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 5ed2c80 commit 0d64e71Copy full SHA for 0d64e71
internal/boxcli/featureflag/remove_nixpkgs.go
@@ -4,4 +4,4 @@ package featureflag
4
// It leverages the search index to directly map <package>@<version> to
5
// the /nix/store/<hash>-<package>-<version> that can be fetched from
6
// cache.nixpkgs.org.
7
-var RemoveNixpkgs = enable("REMOVE_NIXPKGS")
+var RemoveNixpkgs = disable("REMOVE_NIXPKGS")
internal/boxcli/featureflag/script_exit_on_error.go
@@ -5,4 +5,4 @@ package featureflag
// ScriptExitOnError controls whether scripts defined in devbox.json
// and executed via `devbox run` should exit if any command within them errors.
8
-var ScriptExitOnError = enable("SCRIPT_EXIT_ON_ERROR")
+var ScriptExitOnError = disable("SCRIPT_EXIT_ON_ERROR")
0 commit comments