Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Auth = enable("AUTH")
View Source
var ImpurePrintDevEnv = disable("IMPURE_PRINT_DEV_ENV")
ImpurePrintDevEnv controls whether the `devbox print-dev-env` command will be called with the `--impure` flag. Using the `--impure` flag will have two consequences:
- All environment variables will be passed to nix, this will enable the usage of flakes that rely on environment variables.
- It will disable nix caching, making the command slower.
View Source
var ResolveV2 = enable("RESOLVE_V2")
ResolveV2 uses the /v2/resolve endpoint when resolving packages.
View Source
var ScriptExitOnError = enable("SCRIPT_EXIT_ON_ERROR")
ScriptExitOnError controls whether scripts defined in devbox.json and executed via `devbox run` should exit if any command within them errors.
View Source
var TidyWarning = disable("TIDY_WARNING")
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.