Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/boxcli/featureflag/remove_nixpkgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package featureflag
// It leverages the search index to directly map <package>@<version> to
// the /nix/store/<hash>-<package>-<version> that can be fetched from
// cache.nixpkgs.org.
var RemoveNixpkgs = enable("REMOVE_NIXPKGS")
var RemoveNixpkgs = disable("REMOVE_NIXPKGS")
2 changes: 1 addition & 1 deletion internal/boxcli/featureflag/script_exit_on_error.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
var ScriptExitOnError = enable("SCRIPT_EXIT_ON_ERROR")
var ScriptExitOnError = disable("SCRIPT_EXIT_ON_ERROR")