This commit is contained in:
iFargle 2024-02-10 10:16:10 +09:00
parent aa111c90a6
commit efb0fc531a

View file

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