From 791fe2dce2374e1ff8b1cf4dc54bf9aac2b5c8a8 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 18 Feb 2021 15:56:59 +0100 Subject: Updated workadventure-nix sources & removed channel imports (but not the actual workadventure version) --- workadventure.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'workadventure.nix') 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"; -- cgit v1.2.3