diff options
Diffstat (limited to 'nix/hosts/corrino/www/git/cgit.nix')
-rw-r--r-- | nix/hosts/corrino/www/git/cgit.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nix/hosts/corrino/www/git/cgit.nix b/nix/hosts/corrino/www/git/cgit.nix index 6dfbe4f..68304db 100644 --- a/nix/hosts/corrino/www/git/cgit.nix +++ b/nix/hosts/corrino/www/git/cgit.nix @@ -444,6 +444,12 @@ in section = "Fun"; owner = "emile"; }; + aoc = { + desc = "Advent of code"; + path = "/var/lib/git/repositories/aoc.git"; + section = "Fun"; + owner = "emile"; + }; # circus companion = { |