about summary refs log tree commit diff
path: root/tests/check-reqs.nix
AgeCommit message (Collapse)AuthorFilesLines
2014-08-28 Add disallowedReferences / disallowedRequisitesEelco Dolstra1-0/+14
For the "stdenv accidentally referring to bootstrap-tools", it seems easier to specify the path that we don't want to depend on, e.g. disallowedRequisites = [ bootstrapTools ];
2014-08-28 Introduce allowedRequisites featureGergely Risko1-0/+43