From 2a94ed352e1a5fdeb0fdba9a5e7ea8aa8f35f027 Mon Sep 17 00:00:00 2001 From: Valentin Date: Sun, 7 Jun 2026 11:45:00 +0200 Subject: Adressvererbung zwischen Terminen über Veranstaltungsort-Kennzeichen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/framework/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'www/framework/default.nix') diff --git a/www/framework/default.nix b/www/framework/default.nix index 71d3c98..91b21a4 100644 --- a/www/framework/default.nix +++ b/www/framework/default.nix @@ -45,7 +45,12 @@ in description = '' Termine ''; - type = with types; attrsOf (submodule config.types.event); + type = + with types; + attrsOf (submodule [ + config.types.event + { _module.args.events = config.events; } + ]); default = { }; }; -- cgit v1.3.1