test
This commit is contained in:
parent
36b8f74d24
commit
7006af9a7a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
type ? "default",
|
||||
repo ? "nixpkgs",
|
||||
unfree ? false
|
||||
}: inputs.nixpkgs.lib.nixosSystem {
|
||||
}: inputs.${repo}.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; };
|
||||
pkgs = import inputs.${repo} {
|
||||
inherit system;
|
||||
|
|
Loading…
Reference in a new issue