Don't remove the result after building a Raspi image

This should keep the built artifacts around a bit longer.
This commit is contained in:
Andreas Zweili 2022-11-09 19:13:09 +01:00
parent 5b52e6cc01
commit 48895a1a74
1 changed files with 0 additions and 1 deletions

View File

@ -9,4 +9,3 @@ nix build .#images.$host &&
unzstd result/sd-image/*.img.zst -o $image
touch $image
chmod 644 $image
rm result