feat(nix): Filter projects that should be built by CI

Instead of specifying CI projects manually, this filters them to move
the CI configuration into the derivations `meta` attributes.
This commit is contained in:
Vincent Ambo 2019-11-15 23:25:41 +00:00
parent c1c379848a
commit 45d63bce17
4 changed files with 25 additions and 15 deletions

View file

@ -14,4 +14,5 @@ let
'';
in wrapper.overrideAttrs(_: {
allowSubstitutes = true;
meta.enableCI = true;
})