programs.earthly.enable
Whether to enable earthly.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.earthly.package
The earthly package to use.
Type: null or package
Default:
pkgs.earthly
Declared by:
programs.earthly.settings
Configuration written to ~/.earthly/config.yml file. See https://docs.earthly.dev/docs/earthly-config for supported values.
Type: YAML 1.1 value
Default:
{ }
Example:
global = {
disable_analytics = true;
disable_log_sharing = true;
};
Declared by: