aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2021-03-09 16:22:42 +0100
committerstuebinm2021-03-09 16:22:42 +0100
commit0b9e35a500efcb9320d591c0cb69b67b5699bf97 (patch)
tree40847243a274483590e50a198904cd2799222ca8
parentcc97df40b01f33c1bed9218d0b650ec17036f057 (diff)
readme: documentation on multiple workadventure versions
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index cd7f798..c393780 100644
--- a/README.md
+++ b/README.md
@@ -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";