Remove nom from image build script

This commit is contained in:
Andreas Zweili 2023-12-30 16:26:27 +01:00
parent 459e74b01a
commit bb58d539f1
1 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,6 @@ image=~/Downloads/$host.img.zst
cd ~/.nixos/
nom build .#images.$host &&
cp result/sd-image/*.img.zst $image
chmod 644 $image
nix build .#images.$host &&
cp result/sd-image/*.img.zst $image &&
chmod 644 $image