Add updated iso builder helper script
This commit is contained in:
parent
d656c294bd
commit
9698b9bc5e
1 changed files with 6 additions and 0 deletions
6
iso.sh
Executable file
6
iso.sh
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue