aboutsummaryrefslogtreecommitdiff
path: root/workadventure.nix
diff options
context:
space:
mode:
authorstuebinm2021-02-18 15:56:59 +0100
committerstuebinm2021-02-18 15:58:00 +0100
commit791fe2dce2374e1ff8b1cf4dc54bf9aac2b5c8a8 (patch)
tree680b93a1e48db753b81339e3c5bf948d58b5772c /workadventure.nix
parent60455e908ce725174818bafde0ecd2be7a0060d1 (diff)
Updated workadventure-nix sources & removed channel imports
(but not the actual workadventure version)
Diffstat (limited to 'workadventure.nix')
-rw-r--r--workadventure.nix2
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";