diff options
author | Emile <git@emile.space> | 2024-12-03 22:02:05 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-12-03 22:02:05 +0100 |
commit | adec09e39949cbc54f3704cceaea54965bf5ecbd (patch) | |
tree | bfe52f27c3b42d01db9653661ef2380b93666649 | |
parent | 473abad6b754d53cc885668cef2059e5bf90dc0c (diff) |
(corrino) add advent of code cgit repo
-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 = { |