We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8264568 commit 422afc3Copy full SHA for 422afc3
lib/types/bcachefs.nix
@@ -66,7 +66,7 @@
66
default = ''
67
# Write device arguments to temporary directory for bcachefs_filesystem.
68
{
69
- ${lib.optionalString (config.label != "") "printf '%s\n' '--label=${config.label}';"}
+ ${lib.optionalString (config.label != "") ''printf '%s\n' '--label=${config.label}';''}
70
${lib.concatMapStrings (args: ''printf '%s\n' '${args}';'') config.extraFormatArgs}
71
printf '%s\n' '${config.device}';
72
} >> "$disko_devices_dir/bcachefs-${lib.escapeShellArg config.filesystem}";
0 commit comments