aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";