teams/maintainers list: show instructions for validating the contents

main
Graham Christensen 4 years ago committed by Profpatsch
parent ff38ee15c2
commit 9ed793229c
  1. 4
      lib/tests/maintainers.nix
  2. 6
      maintainers/maintainer-list.nix
  3. 5
      maintainers/team-list.nix

@ -1,8 +1,8 @@
# to run these tests (and the others)
# nix-build nixpkgs/lib/tests/release.nix
{ # The pkgs used for dependencies for the testing itself
pkgs
, lib
pkgs ? import ../.. {}
, lib ? pkgs.lib
}:
let

@ -45,7 +45,11 @@
More fields may be added in the future, however, in order to comply with GDPR this file should stay as minimal as possible.
Please keep the list alphabetically sorted.
When editing this file:
* keep the list alphabetically sorted
* test the validity of the format with:
nix-build lib/tests/maintainers.nix
See `./scripts/check-maintainer-github-handles.sh` for an example on how to work with this data.
*/
{

@ -19,7 +19,10 @@
More fields may be added in the future.
Please keep the list alphabetically sorted.
When editing this file:
* keep the list alphabetically sorted
* test the validity of the format with:
nix-build lib/tests/teams.nix
*/
{ lib }:

Loading…
Cancel
Save