chore(nixos/camden): Point hound at the depot on gerrit

Change-Id: I19cbffae75017ceefbc19397c54156eb348eda27
Reviewed-on: https://cl.tvl.fyi/c/depot/+/65
Reviewed-by: lukegb <lukegb@tvl.fyi>
This commit is contained in:
Vincent Ambo 2020-06-12 00:43:00 +01:00 committed by tazjin
parent d570fbbad3
commit dc2fd3b521

View file

@ -253,7 +253,7 @@ in lib.fix(self: {
enable = true;
title = "tazjin's depot";
repos.depot = {
url = "file:///var/git/depot";
url = "file:///var/lib/gerrit/git/depot.git";
vcs = "git";
url-pattern = {
base-url = "https://git.tazj.in/tree/{path}{anchor}";