From 9698b9bc5ec4a9731b442b7d2e47f9f89cf9d60b Mon Sep 17 00:00:00 2001 From: Lauren Lagarde Date: Sun, 29 Jun 2025 20:50:54 -0500 Subject: [PATCH] Add updated iso builder helper script --- iso.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 iso.sh diff --git a/iso.sh b/iso.sh new file mode 100755 index 0000000..d3e1a2c --- /dev/null +++ b/iso.sh @@ -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"