fix: Runs on MacOS runners
This commit is contained in:
parent
2cd3e161f5
commit
9342b170fb
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
set -euo pipefail
|
||||
|
||||
# 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() {
|
||||
nix develop --ignore-environment "${arguments[@]}" --command "$@"
|
||||
|
|
Loading…
Reference in a new issue