test
This commit is contained in:
parent
0e62f8a2ec
commit
11c40d4f94
1 changed files with 1 additions and 2 deletions
|
@ -40,8 +40,7 @@
|
||||||
platform ? "x86_64-linux",
|
platform ? "x86_64-linux",
|
||||||
gpu ? null,
|
gpu ? null,
|
||||||
theme ? "default",
|
theme ? "default",
|
||||||
format ,
|
format
|
||||||
system ? "aarch64-linux"
|
|
||||||
}:
|
}:
|
||||||
inputs.nixos-generators.nixosGenerate {
|
inputs.nixos-generators.nixosGenerate {
|
||||||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; };
|
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; };
|
||||||
|
|
Loading…
Reference in a new issue