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 90d7fcf commit d4cdfe7Copy full SHA for d4cdfe7
internal/boxcli/featureflag/strict_run.go
@@ -4,4 +4,4 @@ package featureflag
4
// runs the script in the environment returned by `nix print-dev-env`. This means the
5
// environment is much more "strict" or "pure", since it will _not_ include parts of
6
// the host's environment like `devbox shell` does.
7
-var StrictRun = enabled("STRICT_RUN")
+var StrictRun = disabled("STRICT_RUN")
0 commit comments