Compare commits

...

2 commits

Author SHA1 Message Date
Gaetan Lepage
c6ed3eab64 mistral-vibe: set default for settings
Some checks are pending
/ triage (push) Waiting to run
GitHub Pages / publish (ubuntu-latest) (push) Waiting to run
2026-02-21 08:14:43 -06:00
Gaetan Lepage
44773e1925 ruff: set default for settings 2026-02-21 08:14:43 -06:00
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@ in
settings = lib.mkOption {
type = settingsFormat.type;
default = { };
example = lib.literalExpression ''
{
active_model = "devstral-latest";

View file

@ -21,6 +21,7 @@ in
settings = lib.mkOption {
type = settingsFormat.type;
default = { };
example = lib.literalExpression ''
{
line-length = 100;