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