diff options
author | Vincent Ambo <mail@tazj.in> | 2020-06-14T21·43+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-06-14T22·27+0000 |
commit | 69fe278315615f944648542b3cab4f26c5165c21 (patch) | |
tree | ccbf72f2477aed1007dff8f5008e294c0f32311b /third_party/default.nix | |
parent | 9757e93b23105e13e132593f14ae493b8976e95d (diff) |
feat(3p/git-bug): Add git-bug derivation at unstable-20200614 r/959
This builds git-bug, a distributed issue tracker that uses git as its data store. It also installs its man pages and shell completions. It is recommended that users add git-bug to their system closure for these extras to work, as they will not be picked up by the dispatch script. Change-Id: I1595368e61b0bae8a9497abd023085cb90a521a6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/345 Reviewed-by: lukegb <lukegb@tvl.fyi>
Diffstat (limited to 'third_party/default.nix')
-rw-r--r-- | third_party/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index a72e04adceb1..5951c5b4b281 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -72,6 +72,7 @@ let haskell iana-etc imagemagickBig + installShellFiles jdk jetbrains-mono jq |