doc: format Nix code in Maintainers section according to our formatter (#1024)
Fixes: e43eb4e2a7 ("stylix: init module maintainers framework (#977)")
This commit is contained in:
parent
ccb411c5db
commit
421e09fc73
1 changed files with 4 additions and 1 deletions
|
|
@ -135,7 +135,10 @@ number of maintainers:
|
|||
- ```nix
|
||||
{ lib, ... }:
|
||||
{
|
||||
maintainers = with lib.maintainers; [ danth naho ];
|
||||
maintainers = with lib.maintainers; [
|
||||
danth
|
||||
naho
|
||||
];
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue