From 2d1361f9e96e17f1a5b1de7cb75b45ed4dd1b177 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Fri, 26 Feb 2021 22:22:52 +0100 Subject: quick fix --- workadventure.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.3