diff --git a/flake.nix b/flake.nix index cb95098..e20a2ea 100644 --- a/flake.nix +++ b/flake.nix @@ -28,9 +28,7 @@ nixosConfigurations = { Skipper = nixpkgs.lib.nixosSystem rec { system = "x86_64-linux"; - specialArgs = { - inherit devenv impermanence system; - }; + specialArgs = inputs; modules = [ ./system/nix.nix