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:
parent
6396954c0d
commit
e429a60900
|
@ -17,6 +17,7 @@ in {
|
||||||
|
|
||||||
settings = mkOption {
|
settings = mkOption {
|
||||||
type = settingsFormat.type;
|
type = settingsFormat.type;
|
||||||
|
default = { };
|
||||||
example = {
|
example = {
|
||||||
jobs.default = {
|
jobs.default = {
|
||||||
command = [ "cargo" "build" "--all-features" "--color" "always" ];
|
command = [ "cargo" "build" "--all-features" "--color" "always" ];
|
||||||
|
|
Loading…
Reference in a new issue