test
This commit is contained in:
parent
aa111c90a6
commit
efb0fc531a
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue