From 22f9e1124a7f08347165ac9c7af0521a6329049b Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 9 Feb 2024 22:45:31 +0900 Subject: [PATCH] test --- lib/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;