This commit is contained in:
iFargle 2023-09-19 13:19:24 +09:00
parent 0e62f8a2ec
commit 11c40d4f94

View file

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