diff options
author | stuebinm | 2021-03-09 16:22:42 +0100 |
---|---|---|
committer | stuebinm | 2021-03-09 16:22:42 +0100 |
commit | 0b9e35a500efcb9320d591c0cb69b67b5699bf97 (patch) | |
tree | 40847243a274483590e50a198904cd2799222ca8 | |
parent | cc97df40b01f33c1bed9218d0b650ec17036f057 (diff) |
readme: documentation on multiple workadventure versions
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ a normal NixOS service, i.e. like so: imports = [ path-to-this-repo ]; services.workadventure."localhost" = { + + # you can also use a different version of workadventure! + packageset = (import workadventure-nix/wapkgs.nix {inherit pkgs; lib = pkgs.lib;}).workadventure-hasi; + nginx = { default = true; domain = "localhost"; |