From 6624df1dccf15f81be19bb5bd3f5dd4853274e59 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 10 Feb 2024 10:22:44 +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 f01cc6c8..81ebeaca 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -46,12 +46,12 @@ }:inputs.${repo}.lib.nixosSystem { specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; - pkgs = import inputs.${repo} { + pkgs = import inputs.${repo} { inherit system; config.allowUnfree = unfree; hostPlatform = system; }; - + pkgs-unstable = import inputs.nixpkgs-unstable { inherit system; config.allowUnfree = unfree;