allvm.useDirectS3URL
Use Direct S3 for ALLVM cache. Hydra builders should use this to avoid CloudFront's negative cache.
type
boolean
default
{
allvm.useDirectS3URL = false;
}
fonts.powerline-symbols.enable
Whether to enable PowerlineSymbols font and configuration.
type
boolean
example
{
fonts.powerline-symbols.enable = true;
}
default
{
fonts.powerline-symbols.enable = false;
}
fonts.powerline-symbols.enableDefaultFonts
Include upstream's list of fonts by default
type
boolean
default
{
fonts.powerline-symbols.enableDefaultFonts = true;
}
fonts.powerline-symbols.fonts
Font family names that will use glyphs from the PowerlineSymbol font before using original as "fallback".
type
list of string
default
{
fonts.powerline-symbols.fonts = [];
}