aboutsummaryrefslogtreecommitdiff
path: root/back/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-09add xce-unfederated versionstuebinm1-2/+1
this is based on the xce-unfederated branch of the workadventure-xce repository [1], and requires some reworking of the general derivation code since it currently uses older package sets than the other versions. [1] https://github.com/workadventure-xce/workadventure-xce/tree/xce-unfederated
2021-03-09Added hasi workadventure versionstuebinm1-7/+8
wapkgs.nix new contains packages for several different versions of workadventure (so far hasi + thecodingmachine), which can both be used. Unfortunately, this appears to require some weird hacks to convince nix to sort out the dependencies without having to actually duplicate all the packaging code, but it works.
2021-02-26Deduplicate workadventure sourcesstuebinm1-8/+3
Maximal sharing means that even if the workadventure sources are imported in all nix files, there will still only be one copy of it in the nix store --- nevertheless, it seems reasonable to only have them once in the code, too, if only to make upgrading them easier.
2021-02-25Bump to current master version of tcm workadventurestuebinm1-2/+2
Builds fine, let's see if anything else works!
2021-02-25Update to Version v1.1.0 of workadventurestuebinm1-2/+2
2021-02-05back,pusher: fix node-pre-gyp libc detectionPiotr Dobrowolski1-0/+5
This should fix libc detection carried out in https://github.com/lovell/detect-libc/blob/5173db0bc47608f89986d9125c2d868c08d5f429/lib/detect-libc.js#L44 when loading grpc bindings.
2021-02-05back,pusher: reduce final derivation sizePiotr Dobrowolski1-0/+1
While this still is a major hack, this reduces unused node_modules (about 200MB each) being pulled in from workadventure*-modules-* and workadventure-messages.
2021-01-21create overlay and move everything into workadventure.*Finn Behrens1-2/+2
2021-01-01Switch to callPackageSerge Bazanski1-5/+13
2021-01-01Add pusherSandro Jäckel1-1/+0
2021-01-01Add front, fix backSandro Jäckel1-32/+41