diff --git a/flake.nix b/flake.nix index f297424..c8d363f 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,7 @@ ) hosts) // { template = nixpkgs.lib.nixosSystem { + specialArgs = { inherit inputs; }; modules = [ ./systems/template/configuration.nix ]; }; };