summaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 399e153..11038ab 100644
--- a/default.nix
+++ b/default.nix
@@ -14,6 +14,7 @@ let
haskellPackages = pkgs.haskellPackages.override {
overrides = self: super: {
apaperless = super.callCabal2nix "apaperless" ./. { };
+ tags = super.callCabal2nix "tags" ./tags { };
};
};
in