You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate and potentially fix the reason why lib.nixosSystem call (ie the specialArgs argument) still requires the inputs flake argument even though none of my nixos/hm modules use it (the arg is passed using a higher order function to prevent pollution of the global args).
The same thing also happens to home-manager.lib.homeManagerConfiguration
lib.nixosSystem
still requiresinputs
argDescription
Investigate and potentially fix the reason why
lib.nixosSystem
call (ie thespecialArgs
argument) still requires theinputs
flake argument even though none of my nixos/hm modules use it (the arg is passed using a higher order function to prevent pollution of the global args).The same thing also happens to
home-manager.lib.homeManagerConfiguration
The relevant files are
The text was updated successfully, but these errors were encountered: