nixos/scripts/build-raspi-image.sh

9 lines
119 B
Bash
Raw Normal View History

2022-11-05 20:00:33 +01:00
#!/usr/bin/env bash
host=$1
2022-11-05 20:29:18 +01:00
image=~/Downloads/$host.img
2022-11-05 20:00:33 +01:00
nix build .#images.$host &&
2022-12-06 22:48:27 +01:00
cp result/sd-image/*.img $image