diff options
Diffstat (limited to '')
-rw-r--r-- | nix/sources.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json new file mode 100644 index 0000000..9047de2 --- /dev/null +++ b/nix/sources.json @@ -0,0 +1,38 @@ +{ + "tcm": { + "branch": "develop", + "description": "A collaborative web application (virtual office) presented as a 16-bit RPG video game", + "homepage": "https://workadventu.re", + "owner": "thecodingmachine", + "repo": "workadventure", + "rev": "8aeaf292b37fdb7b8b900053ef4ca1f61dbd3d3a", + "sha256": "1j5ym84qgqnwmg40bflplddl9pn29jcnjplbnh83l72r7z045ii5", + "type": "tarball", + "url": "https://github.com/thecodingmachine/workadventure/archive/8aeaf292b37fdb7b8b900053ef4ca1f61dbd3d3a.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, + "xce": { + "branch": "xce", + "description": "Experimental community edition of Workadventure. We regularly rebase pull-requests onto TCM's develop branch until they are merged.", + "homepage": "", + "owner": "workadventure-xce", + "repo": "workadventure-xce", + "rev": "7bf9a644bd605c89eb81457c82614dcfc0413205", + "sha256": "0s4lnz4xc70hf12ggwaknz9qg7mgnmk42apyh4ms29k01j3a2ipc", + "type": "tarball", + "url": "https://github.com/workadventure-xce/workadventure/archive/7bf9a644bd605c89eb81457c82614dcfc0413205.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, + "xce-unfederated": { + "branch": "xce-unfederated", + "description": "Experimental community edition of Workadventure. We regularly rebase pull-requests onto TCM's develop branch until they are merged.", + "homepage": "", + "owner": "workadventure-xce", + "repo": "workadventure-xce", + "rev": "8460bbaff59c5148b41149ba49bd9a1214e0bfee", + "sha256": "0j6m8fl30d0bg5ki16cnwg97hkijs5042xb4jdp0lp7n8b10jmw4", + "type": "tarball", + "url": "https://github.com/workadventure-xce/workadventure-xce/archive/8460bbaff59c5148b41149ba49bd9a1214e0bfee.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + } +} |