diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-12-25 13:25:42 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-12-25 13:25:42 +0100 |
commit | 0ec8e1686013bbb3613d69b9271d7c5f2afdaaf9 (patch) | |
tree | d3cc7ad96b5058ff771acb7d2718367790e79b06 /default.nix | |
parent | 47e17eec1e191e24a718a045c1550d5b5511428f (diff) |
chore: add library 'tags'
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 1 |
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 |