nix-on-droid: passthrough --override-input arg
Some checks failed
Build bootstrap packages and push to cachix / cachix (push) Has been cancelled
Build and deploy docs / deploy (push) Has been cancelled
Test nix-on-droid in an emulator / prepare-droidctl (push) Has been cancelled
Test nix-on-droid in an emulator / prepare-n-o-d (push) Has been cancelled
Test nix-on-droid in an emulator / prepare-avd (29) (push) Has been cancelled
Run lints / lint (push) Has been cancelled
Test nix-on-droid in an emulator / emulate (29, android_integration) (push) Has been cancelled
Test nix-on-droid in an emulator / emulate (29, bootstrap_channels) (push) Has been cancelled
Test nix-on-droid in an emulator / emulate (29, bootstrap_flakes) (push) Has been cancelled
Test nix-on-droid in an emulator / emulate (29, poke_around) (push) Has been cancelled
Test nix-on-droid in an emulator / emulate (29, test_channels_shell) (push) Has been cancelled
Test nix-on-droid in an emulator / emulate (29, test_channels_uiautomator) (push) Has been cancelled

This commit is contained in:
pancho horrillo 2025-05-10 07:29:41 +02:00 committed by Tobias Happ
parent af711651ca
commit 7f68d674b3

View file

@ -68,6 +68,7 @@ function doHelp() {
echo " --keep-going"
echo " --max-jobs NUM"
echo " --option NAME VALUE"
echo " --override-input INPUT URL"
echo " --show-trace"
echo
echo "Commands"
@ -162,7 +163,7 @@ while [[ $# -gt 0 ]]; do
-n|--dry-run)
export DRY_RUN=1
;;
--option)
--option|--override-input)
PASSTHROUGH_OPTS+=("$opt" "$1" "$2")
shift 2
;;