all repos — nixfiles @ 3c6b6b08e8bae2ecfc67c99e03c0a53956af0c7a

System and user configuration, managed by nix and home-manager

flake: remove specialArgs

Alan Pearce
commit

3c6b6b08e8bae2ecfc67c99e03c0a53956af0c7a

parent

04b417817fecbe833795b366ceba7de299295183

1 file changed, 0 insertions(+), 7 deletions(-)

changed files
M flake.nixflake.nix
@@ -120,15 +120,11 @@ modules = [
nix-index-database.homeModules.nix-index nixvim.homeModules.nixvim ] ++ modules; - extraSpecialArgs = { - inherit inputs system; - }; }; in { nixosConfigurations.prefect = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; - specialArgs = { inherit inputs; }; modules = [ ./system/prefect.nix
@@ -143,7 +139,6 @@ ]);
}; nixosConfigurations.nano = nixpkgs.lib.nixosSystem { system = "aarch64-linux"; - specialArgs = { inherit inputs; }; modules = [ agenix.nixosModules.default srvos.nixosModules.server
@@ -154,7 +149,6 @@ ];
}; nixosConfigurations.linde = nixpkgs.lib.nixosSystem { system = "aarch64-linux"; - specialArgs = { inherit inputs; }; modules = [ { nixpkgs.overlays = (readOverlays ./overlays) ++ [
@@ -179,7 +173,6 @@ ];
}; darwinConfigurations.marvin = darwin.lib.darwinSystem { system = "aarch64-darwin"; - specialArgs = { inherit inputs; }; modules = [ { nixpkgs.overlays = [