summaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: apply nixfmt 1.2.0Dyego Aurélio2026-01-221-1/+1
|
* maintainers: drop eelcoWolfgang Walther2026-01-101-3/+10
| | | | | Has not reacted to maintainer pings since July 2025. Dropping according to maintainer guidelines.
* modules/README: initRobert Hensing2025-08-101-0/+9
| | | | Explain the purpose and usage of this new directory.
* modules/meta-maintainers: Refactor maintainer type merge functionMatt Sturgeon2025-08-101-3/+5
| | | | | | | Easily tested now. Thank you Matt for this suggestion! Co-Authored-By: Robert Hensing <robert@roberthensing.nl>
* modules/generic/meta-maintainers: initRobert Hensing2025-08-062-0/+95
This factors out `meta.maintainers` from NixOS `misc/meta.nix` for use in arbitrary Module System applications. It is useful beyond NixOS and not coupled to it, although it is currently coupled to Nixpkgs' `lib.maintainers`. That restriction could be lifted optionally if there's future demand.