From 1b32d1ad06f6307826c8cbcd7f49b5bb9f746ef6 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 9 Feb 2024 22:57:55 +0900 Subject: [PATCH] test --- lib/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/default.nix b/lib/default.nix index 012e4d4a..68d321cd 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -49,13 +49,8 @@ config.allowUnfree = unfree; hostPlatform = system; }; - unstable-pkgs = import inputs.nixpkgs-unstable { - inherit system; - config.allowUnfree = unfree; - hostPlatform = system; - }; - inputs.${repo}.lib.nixosSystem = { + inputs.${repo}.lib.nixosSystem { specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; }; modules = [ # Types are 'default', 'small', and 'minimal'