aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c393780..027f3de 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ a normal NixOS service, i.e. like so:
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;
+ packageset = (import path/to/this/repo/wapkgs.nix {inherit pkgs;}).workadventure-xce;
nginx = {
default = true;