bacon: add default value for settings

Currently you need to specify the settings if you want to use bacon, but
the empty settings works and is the default upstream:

- <https://dystroy.org/bacon/config/>
- [default `prefs.toml`][1]

[1] https://raw.githubusercontent.com/Canop/bacon/main/defaults/default-prefs.toml
This commit is contained in:
Jalil David Salamé Messina 2024-04-02 17:20:03 +02:00
parent 6396954c0d
commit e429a60900
No known key found for this signature in database
GPG Key ID: F016B9E770737A0B
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ in {
settings = mkOption {
type = settingsFormat.type;
default = { };
example = {
jobs.default = {
command = [ "cargo" "build" "--all-features" "--color" "always" ];