diff options
| author | vkcku <[email protected]> | 2026-06-02 08:48:25 +0530 |
|---|---|---|
| committer | vkcku <[email protected]> | 2026-06-02 08:48:25 +0530 |
| commit | d7566633b06f30f562ffbaf4908c8d88a3f110d5 (patch) | |
| tree | 6524417b20c5c6d1ff3930cfd89b9dc44c8e3355 /infra/modules/gitserver.nix | |
| parent | infra: move hosting public monorepo to indra (diff) | |
infra: add gitserver UI module
monorepo-revid: 86bc4004a1d213476e78b585824bf996ecd57452
Diffstat (limited to 'infra/modules/gitserver.nix')
| -rw-r--r-- | infra/modules/gitserver.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/modules/gitserver.nix b/infra/modules/gitserver.nix index f675d2d..426542f 100644 --- a/infra/modules/gitserver.nix +++ b/infra/modules/gitserver.nix @@ -72,6 +72,8 @@ if [ ! -d "${workingDirectory}/monorepo-public" ]; then git init --bare monorepo-public fi + + touch "${workingDirectory}/monorepo-public/git-daemon-export-ok"; ''} ''; }; |
