We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66628a8 commit a2060d1Copy full SHA for a2060d1
nix-develop-gha.sh
@@ -6,7 +6,7 @@ set -euo pipefail
6
IFS=" " read -r -a arguments <<<"${@:-./#default}"
7
8
with_nix_develop() {
9
- nix develop --ignore-environment "${arguments[@]}" --command "$@"
+ nix develop "${arguments[@]}" --command "$@"
10
}
11
12
with_nix_develop true # Exit immediately if build fails
0 commit comments