diff options
author | Vincent Ambo <tazjin@google.com> | 2020-04-19T22·30+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-04-19T22·30+0100 |
commit | 688175c1f70f20a23ebfe566efb15deb66735a55 (patch) | |
tree | 9214dc52a8d9192c4f9e3ea332d7383544730d93 /ops/nixos | |
parent | eb36f30aef57e12e52f62386e1bb8a0690c85395 (diff) |
feat(ops/nixos/camden): Install honk r/637
Diffstat (limited to 'ops/nixos')
-rw-r--r-- | ops/nixos/camden/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/nixos/camden/default.nix b/ops/nixos/camden/default.nix index 1a06a5e7b80b..d360ecc63b25 100644 --- a/ops/nixos/camden/default.nix +++ b/ops/nixos/camden/default.nix @@ -86,6 +86,7 @@ in lib.fix(self: { # programs from the depot (with depot; [ third_party.git + third_party.honk third_party.pounce ]) ++ |