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 da82540 commit fc56f0fCopy full SHA for fc56f0f
internal/boxcli/featureflag/unified_env.go
@@ -7,4 +7,4 @@ package featureflag
7
// in impl.computeNixEnv().
8
// The feature is called UnifiedEnv because we use the exact same environment for
9
// both devbox shell and devbox run.
10
-var UnifiedEnv = disabled("UNIFIED_ENV")
+var UnifiedEnv = enabled("UNIFIED_ENV")
0 commit comments