From 2ddcfee6c55a6c1352ab572371261d71bc3d3ab2 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 9 Feb 2024 21:49:03 +0900 Subject: [PATCH] test --- lib/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/default.nix b/lib/default.nix index 14c0e8ce..77c1b651 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -45,9 +45,6 @@ unfree ? false }: inputs.${repo}.lib.nixosSystem { specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; }; - pkgs-unstable = import inputs.nixpkgs-unstable { - config.allowUnfree = unfree; - }; pkgs = import inputs.${repo} { inherit system; config.allowUnfree = unfree;