teams/maintainers list: show instructions for validating the contents

This commit is contained in:
Graham Christensen 2020-04-15 08:20:47 -04:00 committed by Profpatsch
parent ff38ee15c2
commit 9ed793229c
3 changed files with 11 additions and 4 deletions

View file

@ -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

View file

@ -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.
*/
{

View file

@ -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 }: