Skip to content

Commit d4cdfe7

Browse files
authored
Unflip strict run feature flag (#519)
## Summary Turning the feature off after finding some issues when running against `devbox-examples`.
1 parent 90d7fcf commit d4cdfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/boxcli/featureflag/strict_run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package featureflag
44
// runs the script in the environment returned by `nix print-dev-env`. This means the
55
// environment is much more "strict" or "pure", since it will _not_ include parts of
66
// the host's environment like `devbox shell` does.
7-
var StrictRun = enabled("STRICT_RUN")
7+
var StrictRun = disabled("STRICT_RUN")

0 commit comments

Comments
 (0)