Skip to content

Commit

Permalink
contributing: document plugins/default.nix
Browse files Browse the repository at this point in the history
Mention that new plugins need to be imported via the `default.nix` file.
  • Loading branch information
refaelsh authored Aug 29, 2024
1 parent c96b46f commit 2704133
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ In either case, you don't need to bother implementing this part. It is done auto
> `settings` has a "freeform" type `attrsOf anything`, meaning it can be configured with _anything_.
> Declaring `settingsOptions` is therefore optional and just adds type-checking and documentation.
#### Add to plugins/default.nix
As a final step, please add your plugin to `plugins/default.nix`. Please maintain the file hierarchy.


### Tests

Expand Down

0 comments on commit 2704133

Please sign in to comment.