mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:04:06 +01:00
There was no need for it to be this complicated. Notably the maintainer check was never used anyways, because only its merge function was used, which doesn't do a check There is a minor functional change with this commit, which is that even if explicitly `meta.maintainers = []`, that module will be in the result when it wasn't before. I deem this insignificant. |
||
|---|---|---|
| .. | ||
| generic | ||
| README.md | ||
<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/modulestree- 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.