test
This commit is contained in:
parent
cd0e5e202d
commit
2ddcfee6c5
1 changed files with 0 additions and 3 deletions
|
@ -45,9 +45,6 @@
|
||||||
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-unstable = import inputs.nixpkgs-unstable {
|
|
||||||
config.allowUnfree = unfree;
|
|
||||||
};
|
|
||||||
pkgs = import inputs.${repo} {
|
pkgs = import inputs.${repo} {
|
||||||
inherit system;
|
inherit system;
|
||||||
config.allowUnfree = unfree;
|
config.allowUnfree = unfree;
|
||||||
|
|
Loading…
Reference in a new issue