nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at release-25.11 9 lines 510 B view raw view rendered
1# `<nixpkgs>/modules` 2 3This directory hosts subdirectories representing each module [class](https://nixos.org/manual/nixpkgs/stable/#module-system-lib-evalModules-param-class) for which the `nixpkgs` repository has user-importable modules. 4 5Exceptions: 6- `_class = "nixos";` modules go in the `<nixpkgs>/nixos/modules` tree 7- modules whose only purpose is to test code in this repository 8 9The emphasis is on _importable_ modules, i.e. ones that aren't inherent to and built into the Module System application.