fix(iso): use lib.mkForce on image.baseName for NixOS 26.05 compatibility
Test NaxOS Module Configurations / test-modules (push) Successful in 9m38s
Test NaxOS Module Configurations / test-modules (push) Successful in 9m38s
This commit is contained in:
@@ -52,10 +52,11 @@
|
||||
'';
|
||||
|
||||
# ISO Image identification
|
||||
isoImage.isoBaseName = "naxos-installer";
|
||||
isoImage.volumeID = "NAXOS_INSTALL";
|
||||
image.baseName = lib.mkForce "naxos-installer";
|
||||
isoImage.volumeID = lib.mkForce "NAXOS_INSTALL";
|
||||
isoImage.makeEfiBootable = true;
|
||||
isoImage.makeUsbBootable = true;
|
||||
boot.zfs.forceImportRoot = false;
|
||||
|
||||
# State version
|
||||
system.stateVersion = "26.05";
|
||||
|
||||
Reference in New Issue
Block a user