tests: add check for nixpkgs maintainers

The test fails if a nixvim maintainer is also a nixpkgs maintainer.
This commit is contained in:
Matt Sturgeon 2024-07-09 15:11:29 +01:00
parent 497ce47593
commit 34c3c026b4
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 23 additions and 0 deletions

View file

@ -44,6 +44,8 @@
inherit pkgs helpers;
inherit (pkgs) lib;
};
maintainers = import ../tests/maintainers.nix { inherit pkgs; };
};
};
}