This commit is contained in:
iFargle 2023-09-19 13:13:57 +09:00
parent 21b337e3cb
commit af074d1cba

View file

@ -45,6 +45,8 @@
}: }:
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; };
format = format;
system = platform;
modules = [ modules = [
../nixos ../nixos