From 45d63bce1728589836079ecbce83c08f8220845a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 15 Nov 2019 23:25:41 +0000 Subject: 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. --- services/tazblog/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'services') diff --git a/services/tazblog/default.nix b/services/tazblog/default.nix index 2e75c3c2dce1..4d9608838d7c 100644 --- a/services/tazblog/default.nix +++ b/services/tazblog/default.nix @@ -14,4 +14,5 @@ let ''; in wrapper.overrideAttrs(_: { allowSubstitutes = true; + meta.enableCI = true; }) -- cgit 1.4.1