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
|
||||
}:inputs.${repo}.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme;
|
||||
|
||||
pkgs = import inputs.${repo} {
|
||||
inherit system;
|
||||
config.allowUnfree = unfree;
|
||||
hostPlatform = system;
|
||||
};
|
||||
|
||||
pkgs-unstable = import inputs.nixpkgs-unstable {
|
||||
inherit system;
|
||||
config.allowUnfree = unfree;
|
||||
|
|
Loading…
Reference in a new issue