Add updated iso builder helper script

This commit is contained in:
Lauren Lagarde 2025-06-29 20:50:54 -05:00
parent d656c294bd
commit 9698b9bc5e
1 changed files with 6 additions and 0 deletions

6
iso.sh Executable file
View File

@ -0,0 +1,6 @@
if [[ -z "$1" ]]; then
echo "You must specify a nixosConfigurations target!"
exit
fi
nixos-rebuild build-image --image-variant iso --flake ".#$1"