MyNixOS website logo

Bacon configuration. For available settings see https://dystroy.org/bacon/#global-preferences.

Declarations
Type
TOML value
Example
{
  jobs = {
    default = {
      command = [
        "cargo"
        "build"
        "--all-features"
        "--color"
        "always"
      ];
      need_stdout = true;
    };
  };
}