diff options
author | stuebinm | 2021-10-17 02:17:46 +0200 |
---|---|---|
committer | stuebinm | 2021-10-17 02:17:46 +0200 |
commit | 48724397491b978aeb061f0a9f0d0b65cb341418 (patch) | |
tree | 6e895152dfe61294f800bdb704f8d96196ed1b7b /nix/sources.json | |
parent | cbe5666097a0bf018eac0cf48ae6914db3bfe483 (diff) |
add ilztal.live
Diffstat (limited to '')
-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 e431fbb..de07323 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -35,6 +35,12 @@ "url": "https://github.com/NixOS/nixpkgs/archive/253aecf69ed7595aaefabde779aa6449195bebb7.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, + "woitb": { + "branch": "main", + "repo": "https://stuebinm.eu/git/woitb", + "rev": "7e42f20a7beaecf2e9d40b685f1f9f5022e75a78", + "type": "git" + }, "workadventure": { "branch": "master", "repo": "https://stuebinm.eu/git/workadventure-nix", |