test
This commit is contained in:
parent
d0c8004f2e
commit
00a528e8b4
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
repo ? "nixpkgs"
|
||||
}: inputs.nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme; };
|
||||
system = ${platform};
|
||||
system = "${platform}";
|
||||
pkgs = import inputs.${repo} { inherit system; };
|
||||
|
||||
modules = [
|
||||
|
|
Loading…
Reference in a new issue