diff options
Diffstat (limited to 'nix/sources.json')
-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", |