This commit is contained in:
iFargle 2024-02-09 21:50:40 +09:00
parent 2ddcfee6c5
commit 858da47298

View file

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