test
This commit is contained in:
parent
ff74bf810c
commit
1443a0f71e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; };
|
||||
system = platform;
|
||||
format = format;
|
||||
pkgs = import inputs.nixkpgs { inherit system; };
|
||||
pkgs = import inputs.nixkpgs { inherit platform; };
|
||||
|
||||
modules = [
|
||||
../nixos
|
||||
|
|
Loading…
Reference in a new issue