mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/documentation/modular-services: document that services should be added to modular-services.nix
modular docs
This commit is contained in:
parent
371c12e131
commit
c06e277690
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ When reviewing a modular service, you should check the following. Details and ra
|
|||
- [ ] `_class = "service"`
|
||||
- [ ] Modular services provided through `passthru.services` must override the default of the package option using `finalAttrs.finalPackage`
|
||||
- [ ] Is the modular services infrastructure sufficient for this service? If one or more features are not covered, comment in https://github.com/NixOS/nixpkgs/issues/428084
|
||||
- [ ] Has been added to `nixos/modules/misc/documentation/modular-services.nix`
|
||||
```
|
||||
|
||||
## Details
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue