Home Explore Blog Models CI



nixpkgs

doc/modules/generic.chapter.md
6e9393e9317bf12d47e88b3e88c883b7bdf2b0017a8edbb60000000300000226

# Generic {#modules-generic}

Generic modules can be imported to extend configurations of any [class].

## `meta-maintainers.nix` {#modules-generic-meta-maintainers}

The options below become available when using `imports = [ (nixpkgs + "/modules/generic/meta-maintainers.nix") ];`.

```{=include=} options
id-prefix: opt-modules-generic-meta-maintainers-
list-id: configuration-variable-list
source: ../options-modules-generic-meta-maintainers.json
```


Chunks
38067cc1 (1st chunk of `doc/modules/generic.chapter.md`)
Title: Generic Modules and meta-maintainers.nix
Summary
This section introduces generic modules as a method to extend configurations of any class. Specifically, it details the `meta-maintainers.nix` module, explaining that importing it (via `nixpkgs + "/modules/generic/meta-maintainers.nix"`) makes its associated options available for use.