diff options
author | Vincent Ambo <mail@tazj.in> | 2020-06-16T20·20+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-06-16T20·32+0000 |
commit | 9a7a0aa5970a07c8044d761d7beaaf8770771d47 (patch) | |
tree | 56a3d12241679ed7047c71ae928fca16534aea50 /users/tazjin/nixos/camden/default.nix | |
parent | 6a77bbbf8464be15a0e9a824bc946b3dc37b05d5 (diff) |
chore: Remove traces of Hound r/1002
We can always revert this if we want it back. Change-Id: I1332b6dd541199584b7b5b94a8651172d79e53a9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/442 Reviewed-by: glittershark <grfn@gws.fyi> Reviewed-by: lukegb <lukegb@tvl.fyi>
Diffstat (limited to 'users/tazjin/nixos/camden/default.nix')
-rw-r--r-- | users/tazjin/nixos/camden/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/tazjin/nixos/camden/default.nix b/users/tazjin/nixos/camden/default.nix index e63faef029c5..79c3c6a61c19 100644 --- a/users/tazjin/nixos/camden/default.nix +++ b/users/tazjin/nixos/camden/default.nix @@ -16,7 +16,6 @@ config: let in lib.fix(self: { imports = [ "${depot.depotPath}/ops/nixos/depot.nix" - "${depot.depotPath}/ops/nixos/hound.nix" "${depot.depotPath}/ops/nixos/monorepo-gerrit.nix" "${depot.depotPath}/ops/nixos/sourcegraph.nix" "${depot.depotPath}/ops/nixos/smtprelay.nix" |