From 2782a69a726d4a5b1458f65d494e39c7bc3f8214 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 20 Dec 2019 14:23:14 +0000 Subject: fix(cgit-taz): Depot checkout is no longer a bare repository To be compatible with sync-gcsr, the `.git` folder must be referenced directly as there is an actual worktree on the filesystem now. --- services/cgit-taz/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/cgit-taz/default.nix') diff --git a/services/cgit-taz/default.nix b/services/cgit-taz/default.nix index e0ffabbabf..ab594cbcc2 100644 --- a/services/cgit-taz/default.nix +++ b/services/cgit-taz/default.nix @@ -16,7 +16,7 @@ let # Repository configuration repo.url=depot - repo.path=/git/depot + repo.path=/git/depot/.git repo.desc=tazjin's personal monorepo repo.owner=tazjin repo.clone-url=https://git.tazj.in ssh://source.developers.google.com:2022/p/tazjins-infrastructure/r/depot -- cgit 1.4.1