diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-15 06:45:41 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-15 08:48:06 +0100 |
commit | d95b74e84eb4e71c2481ecacc309c119b8a2c447 (patch) | |
tree | 17e44946506dbcf9fd0278ba86d660840b57a266 /nix | |
parent | 63147b756c8a620b8323404ab3342f0edfa41d93 (diff) |
agame: init
Diffstat (limited to 'nix')
-rw-r--r-- | nix/sources.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json index 8c5ac7a..654686a 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -5,6 +5,12 @@ "rev": "9f2d5ae570c120f19434f03eb20ab2c3ecf36e0c", "type": "git" }, + "agame": { + "branch": "main", + "repo": "git@code.nomath.org:~/agame", + "rev": "1e162629da53373f0e2502014d42c7636412e67e", + "type": "git" + }, "feed-nomath-org": { "branch": "main", "repo": "git@code.nomath.org:~/feed-nomath-org", |