diff --git a/lib/default.nix b/lib/default.nix index e390b602..fb5443bd 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -1,4 +1,4 @@ -{ self, nixpkgs-unstable, inputs, outputs, stateVersion, hmStateVersion , ... }: { +{ self, inputs, outputs, stateVersion, hmStateVersion , ... }: { deploy = { hostname, system ? "x86_64-linux", @@ -51,7 +51,7 @@ config.allowUnfree = unfree; hostPlatform = system; }; - + modules = let unstable-pkgs = import inputs.nixpkgs-unstable { inherit system;