modules/image: be verbose when we flash the bootloader

This commit is contained in:
2024-09-04 13:50:22 +00:00
parent f39a08e379
commit 8d87a15e60

View File

@@ -198,7 +198,9 @@ in
'' else ''
cp ${img}/nixos.img $out
chmod +w $out
set -x
${cfg.installBootloader}
set +x
chmod -w $out
''
);