Shell: pass flags to iso build
like --show-trace
This commit is contained in:
parent
70b26dd430
commit
89a48870b1
|
@ -19,7 +19,7 @@ let
|
||||||
if [[ -z "$1" ]]; then
|
if [[ -z "$1" ]]; then
|
||||||
echo "Usage: $(basename "$0") [ iso | install {host} | {host} [switch|boot|test] ]"
|
echo "Usage: $(basename "$0") [ iso | install {host} | {host} [switch|boot|test] ]"
|
||||||
elif [[ "$1" == "iso" ]]; then
|
elif [[ "$1" == "iso" ]]; then
|
||||||
nix build ${configs}.niximg.${build}.isoImage
|
nix build ${configs}.niximg.${build}.isoImage "${"\${@:2}"}"
|
||||||
elif [[ "$1" == "install" ]]; then
|
elif [[ "$1" == "install" ]]; then
|
||||||
sudo nixos-install --flake ".#$2" "${"\${@:3}"}"
|
sudo nixos-install --flake ".#$2" "${"\${@:3}"}"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue