From fc22edc5c8a109610a8052de1611e3c4f1977e09 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 9 Feb 2024 22:10:24 +0900 Subject: [PATCH] tets --- lib/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/default.nix b/lib/default.nix index f1d99c13..f40c5b19 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -50,6 +50,11 @@ config.allowUnfree = unfree; hostPlatform = system; }; + pkgs-unstable = import inputs.nixpkgs-unstable { + inherit system; + config.allowUnfree = true; + hostPlatform = true; + }; modules = [ # Types are 'default', 'small', and 'minimal'