Update builder scripts

This commit is contained in:
iFargle 2023-12-15 13:53:18 +09:00
parent 36346a160b
commit 4c399c1ef0

View file

@ -47,10 +47,15 @@
bashrcExtra = ''
# Build ISOs/SD Card Images
nixos-build-all-images() {
echo "Building Linode image..."
nixos-build-linode-img
echo "Building Raspberry Pi image..."
nixos-build-pi-img
echo "Building ISO Console image..."
nixos-build-console
echo "Building ISO Desktop image..."
nixos-build-desktop
ls -lah ~/ | grep nixos
}
nixos-build-pi-img() {
pushd /etc/nixos/git