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 1050023..189921c 100644 --- a/workadventure.nix +++ b/workadventure.nix @@ -107,7 +107,7 @@ in { services.workadventure = rec { instances = mkOption { type = types.attrsOf (types.submodule (import ./instance-options.nix { - inherit config lib; + inherit config lib pkgs; })); default = {}; description = "Declarative WorkAdventure instance config"; |