Compare commits
2 commits
436b27742c
...
c6ed3eab64
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6ed3eab64 | ||
|
|
44773e1925 |
2 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ in
|
|||
|
||||
settings = lib.mkOption {
|
||||
type = settingsFormat.type;
|
||||
default = { };
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
active_model = "devstral-latest";
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ in
|
|||
|
||||
settings = lib.mkOption {
|
||||
type = settingsFormat.type;
|
||||
default = { };
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
line-length = 100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue