This commit is contained in:
iFargle 2024-02-09 21:49:03 +09:00
parent cd0e5e202d
commit 2ddcfee6c5

View file

@ -45,9 +45,6 @@
unfree ? false
}: inputs.${repo}.lib.nixosSystem {
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; };
pkgs-unstable = import inputs.nixpkgs-unstable {
config.allowUnfree = unfree;
};
pkgs = import inputs.${repo} {
inherit system;
config.allowUnfree = unfree;