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.
GC_*
nix-shell
1 parent 666d1bf commit d7a7feeCopy full SHA for d7a7fee
nix/yarn-nix-shell.sh
@@ -29,5 +29,9 @@ if [ -z "$command" ] ; then
29
fi
30
31
export NETWORK
32
+
33
+# Prevent segfaults on Darwin in `GC_*` code:
34
+export GC_DONT_GC=1
35
36
# `return` will make the user stay in `nix-shell` after the initial command finishes:
37
exec nix-shell --argstr nodeImplementation cardano --argstr cluster "$cluster" --command "$command ; return"
0 commit comments