This commit is contained in:
iFargle 2023-09-19 13:14:31 +09:00
parent af074d1cba
commit 0e62f8a2ec

View file

@ -41,7 +41,7 @@
gpu ? null,
theme ? "default",
format ,
system ? "x86_64-linux"
system ? "aarch64-linux"
}:
inputs.nixos-generators.nixosGenerate {
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; };