lib.nixosSystem still requires inputs arg
Description
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
The relevant files are
lib.nixosSystemstill requiresinputsargDescription
Investigate and potentially fix the reason why
lib.nixosSystemcall (ie thespecialArgsargument) still requires theinputsflake 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.homeManagerConfigurationThe relevant files are