lib/maintainer-list: Implement validity checks

This commit is contained in:
Silvan Mosberger
2020-04-13 17:28:00 +02:00
parent a90d8de242
commit f579564062
2 changed files with 76 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ pkgs ? import ../.. {} }:
pkgs.runCommandNoCC "nixpkgs-lib-tests" {
buildInputs = [ pkgs.nix (import ./check-eval.nix) ];
buildInputs = [ pkgs.nix (import ./check-eval.nix) (import ./maintainers.nix { inherit pkgs; }) ];
NIX_PATH = "nixpkgs=${toString pkgs.path}";
} ''
datadir="${pkgs.nix}/share"