nix-config/run
Oliver Davies f6996214a7
Some checks are pending
/ check (push) Waiting to run
Back to simple bash scripts
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-09-29 20:28:16 +01:00

8 lines
95 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
COMMAND="${1:-build}"
shift 1
nh os "$COMMAND" . "$@"