Skip to content

Commit 433939c

Browse files
committed
iso output file naming fix
1 parent 00734a9 commit 433939c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

os/installer/iso.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
swapDevices = lib.mkImageMediaOverride [ ];
2424
fileSystems = lib.mkImageMediaOverride config.lib.isoFileSystems;
2525

26-
isoImage.isoName = lib.mkForce "xnodeos-iso-installer-${pkgs.stdenv.hostPlatform.system}.iso";
26+
image.baseName = lib.mkForce "xnodeos-iso-installer-${pkgs.stdenv.hostPlatform.system}";
2727
}

0 commit comments

Comments
 (0)