about summary refs log tree commit diff
path: root/services/tazblog/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/tazblog/default.nix')
-rw-r--r--services/tazblog/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/tazblog/default.nix b/services/tazblog/default.nix
index 2e75c3c2dc..4d9608838d 100644
--- a/services/tazblog/default.nix
+++ b/services/tazblog/default.nix
@@ -14,4 +14,5 @@ let
   '';
 in wrapper.overrideAttrs(_: {
   allowSubstitutes = true;
+  meta.enableCI = true;
 })