fix: Runs on MacOS runners

This commit is contained in:
Nick Novitski 2023-10-19 17:48:09 -07:00
parent 2cd3e161f5
commit 9342b170fb

View file

@ -3,7 +3,7 @@
set -euo pipefail set -euo pipefail
# Read the arguments into an array, so they can be added correctly as flags # Read the arguments into an array, so they can be added correctly as flags
IFS=" " read -r -a arguments <<<"${@:-}" IFS=" " read -r -a arguments <<<"${@:-./#default}"
with_nix_develop() { with_nix_develop() {
nix develop --ignore-environment "${arguments[@]}" --command "$@" nix develop --ignore-environment "${arguments[@]}" --command "$@"