Skip to content

Commit fc56f0f

Browse files
committed
Enabled unified env by default
1 parent da82540 commit fc56f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/boxcli/featureflag/unified_env.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ package featureflag
77
// in impl.computeNixEnv().
88
// The feature is called UnifiedEnv because we use the exact same environment for
99
// both devbox shell and devbox run.
10-
var UnifiedEnv = disabled("UNIFIED_ENV")
10+
var UnifiedEnv = enabled("UNIFIED_ENV")

0 commit comments

Comments
 (0)