We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00734a9 commit 433939cCopy full SHA for 433939c
1 file changed
os/installer/iso.nix
@@ -23,5 +23,5 @@
23
swapDevices = lib.mkImageMediaOverride [ ];
24
fileSystems = lib.mkImageMediaOverride config.lib.isoFileSystems;
25
26
- isoImage.isoName = lib.mkForce "xnodeos-iso-installer-${pkgs.stdenv.hostPlatform.system}.iso";
+ image.baseName = lib.mkForce "xnodeos-iso-installer-${pkgs.stdenv.hostPlatform.system}";
27
}
0 commit comments