aboutsummaryrefslogtreecommitdiff
path: root/front/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tcm: upgrade to 1.4.14 and fix the buildhexchen2021-08-231-2/+3
|
* unbreak tcm versionstuebinm2021-05-181-1/+1
| | | | | | | the derivations build successfully again (except for the universially-broken maps package), but were not yet proven to work with the nixos module, since a configuration variable for the frontend package was changed in this update.
* Add workadventure-xce (experimental community version)stuebinm2021-03-221-1/+12
|
* Added hasi workadventure versionstuebinm2021-03-091-8/+6
| | | | | | | | 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.
* Deduplicate workadventure sourcesstuebinm2021-02-261-7/+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.
* more options for the frontendstuebinm2021-02-261-90/+51
|
* Bump to current master version of tcm workadventurestuebinm2021-02-251-2/+2
| | | | Builds fine, let's see if anything else works!
* Update to Version v1.1.0 of workadventurestuebinm2021-02-251-5/+5
|
* Merge branch 'master' of https://gitlab.com/fediventure/workadventure-nixstuebinm2021-02-251-2/+2
|\
| * create overlay and move everything into workadventure.*Finn Behrens2021-01-211-2/+2
| |
* | Safer option injection to build scriptsstuebinm2021-02-181-2/+2
| | | | | | | | | | Nix isn't very typesafe, but apparently there is at least a `escapeShellArg` function which makes things safe for shell execution.
* | patch out quill.js cdnstuebinm2021-02-181-32/+54
| | | | | | | | | | | | Note that only the sources are patched out; the quill npm package is still in the nix set and the javascript, it just silently fails to laod at runtime now.
* | configurable stun serverstuebinm2021-02-051-5/+17
| |
* | replace sed with replace-literal; add option for default mapstuebinm2021-02-051-8/+6
| |
* | patches to remove googletagmanager and change default mapstuebinm2021-01-261-0/+10
|/
* Update the front packageMewp2021-01-111-2/+2
|
* Fix front env vars. Update env to a working WA version.Mewp2021-01-101-6/+12
|
* Use a different approach for passing env vars.Mewp2021-01-101-7/+20
|
* Make the front package configurable.Mewp2021-01-101-2/+7
|
* Switch to callPackageSerge Bazanski2021-01-011-3/+6
|
* CleanupSandro Jäckel2021-01-011-30/+0
|
* Add front, fix backSandro Jäckel2021-01-011-0/+62