From d695200d23d31ed493ecaca531864384044a1e81 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 9 Feb 2024 22:40:52 +0900 Subject: [PATCH] test --- lib/default.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lib/default.nix b/lib/default.nix index 24c53dcb..c7020dc1 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -58,7 +58,18 @@ in { specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; }; - modules = [ + modules = let + pkgs = import inputs.${repo} { + inherit system; + config.allowUnfree = unfree; + hostPlatform = system; + }; + unstable-pkgs = import inputs.nixpkgs-unstable { + inherit system; + config.allowUnfree = unfree; + hostPlatform = system; + }; + in [ # Types are 'default', 'small', and 'minimal' ../nixos/${type}.nix inputs.sops-nix.nixosModules.sops