nixpkgs/modules
Silvan Mosberger 3dc5545d51 modules/generic/meta-maintainers.nix: Check validity of meta.maintainers
And fix a case where it wasn't valid
2026-03-02 10:58:09 +01:00
..
generic modules/generic/meta-maintainers.nix: Check validity of meta.maintainers 2026-03-02 10:58:09 +01:00
README.md modules/README: init 2025-08-10 14:08:04 +02:00

<nixpkgs>/modules

This directory hosts subdirectories representing each module class for which the nixpkgs repository has user-importable modules.

Exceptions:

  • _class = "nixos"; modules go in the <nixpkgs>/nixos/modules tree
  • modules whose only purpose is to test code in this repository

The emphasis is on importable modules, i.e. ones that aren't inherent to and built into the Module System application.