lib: better formatting of generated shell output

This commit is contained in:
lassulus 2023-07-02 00:17:48 +02:00 committed by mergify[bot]
parent 5333c4034a
commit c9c2fa9d3a
14 changed files with 72 additions and 60 deletions

View file

@ -31,7 +31,7 @@
_create = diskoLib.mkCreateOption {
inherit config options;
default = ''
echo "${config.device}" >> "$disko_devices_dir"/zfs_${config.pool}
echo "${config.device}" >>"$disko_devices_dir"/zfs_${config.pool}
'';
};
_mount = diskoLib.mkMountOption {