You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[feature flag] respect env-var of feature flag (even if turned off) and default enable Nixpkg Version FF (#266)
## Summary
1. The Feature Flag library should respect the value of the env-var,
whether ON or OFF.
2. Turn on the default value of the nixpkgs version FF.
## How was it tested?
For change #1: respecting the env-var:
```
> DEVBOX_FEATURE_NIXPKG_VERSION=0 DEVBOX_DEBUG=1 devbox shell
> git status
# saw no changes to devbox.json as expected
```
For change #2: enabling the nixpkgs version
```
> devbox shell
> git status
# saw changes to devbox.json that adds the default commit hash
```
0 commit comments