mlaga97-nix/iso.sh
2025-06-29 20:50:54 -05:00

6 lines
151 B
Bash
Executable file

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