updating flake

release-18.03-flake
Natalie Adams 2023-04-13 21:55:54 -05:00
parent 54526004fa
commit bcc2a98af4
1 changed files with 6 additions and 6 deletions

View File

@ -226,12 +226,12 @@ in
'';
};
# isoImage.makeUsbBootable = mkOption {
# default = false;
# description = ''
# Whether the ISO image should be bootable from CD as well as USB.
# '';
# };
isoImage.makeUsbBootable = mkOption {
default = false;
description = ''
Whether the ISO image should be bootable from CD as well as USB.
'';
};
isoImage.splashImage = mkOption {
default = pkgs.fetchurl {