diff options
Diffstat (limited to '')
-rw-r--r-- | workadventure.nix | 2 |
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"; |