This commit is contained in:
iFargle 2024-02-09 22:10:24 +09:00
parent 7c3670102d
commit fc22edc5c8

View file

@ -50,6 +50,11 @@
config.allowUnfree = unfree; config.allowUnfree = unfree;
hostPlatform = system; hostPlatform = system;
}; };
pkgs-unstable = import inputs.nixpkgs-unstable {
inherit system;
config.allowUnfree = true;
hostPlatform = true;
};
modules = [ modules = [
# Types are 'default', 'small', and 'minimal' # Types are 'default', 'small', and 'minimal'