aboutsummaryrefslogtreecommitdiff
path: root/test.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added hasi workadventure versionstuebinm2021-03-091-1/+1
| | | | | | | | 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.
* fixed test.nixstuebinm2021-03-011-7/+4
| | | | | | | | Previously, it still assumed that there was an ./overlay.nix. Since overlays in general appear to be slightly broken and generate an unwieldy amount of infinite recursion, this is no longer the case and test.nix uses a (slightly uglier) method for testing instead.
* Merge branch 'master' of https://gitlab.com/fediventure/workadventure-nixstuebinm2021-02-251-14/+7
|
* Moved default.nix to test.nixstuebinm2021-02-181-0/+16