diff --git a/flake.nix b/flake.nix index 8b59c38..8ab6e22 100644 --- a/flake.nix +++ b/flake.nix @@ -125,7 +125,7 @@ # nix passes these to every single module specialArgs = - node.modules.specialArgs + node.specialArgs // { inherit inputs; pkgs = sys.pkgsFor node.system;