test
This commit is contained in:
parent
faeb13b17f
commit
ff74bf810c
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; };
|
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; };
|
||||||
system = platform;
|
system = platform;
|
||||||
format = format;
|
format = format;
|
||||||
pkgs = import nixkpgs { inherit system; };
|
pkgs = import inputs.nixkpgs { inherit system; };
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
../nixos
|
../nixos
|
||||||
|
|
Loading…
Reference in a new issue