aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2021-02-26 22:22:52 +0100
committerstuebinm2021-02-26 22:22:52 +0100
commit2d1361f9e96e17f1a5b1de7cb75b45ed4dd1b177 (patch)
tree409fe85fbad6f545d79242a47ab1bd805875e934
parentb0d082051d769a1de60999807be75d5067f06e40 (diff)
quick fix
-rw-r--r--workadventure.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/workadventure.nix b/workadventure.nix
index 3ec06b9..f73cab8 100644
--- a/workadventure.nix
+++ b/workadventure.nix
@@ -147,7 +147,7 @@ in
services.workadventure = mkOption {
type = types.attrsOf (types.submodule (import ./instance-options.nix {
inherit config lib;
- pkgs = import ./overlay.nix {inherit pkgs lib;};
+ pkgs = import ./wapkgs.nix {inherit pkgs lib;};
}));
default = {};
description = "Declarative WorkAdventure instance config";