From 46e58bbc0020df96320383da3069387f75b52c52 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 18 Jun 2026 14:48:44 +0200 Subject: [PATCH] nixos/pretalx: exclude SC1091 for pretalx-manage The wrapper sources environment files that may or may not be available at build time. --- nixos/modules/services/web-apps/pretalx.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/modules/services/web-apps/pretalx.nix b/nixos/modules/services/web-apps/pretalx.nix index c67910f03fb6..16fc6f090983 100644 --- a/nixos/modules/services/web-apps/pretalx.nix +++ b/nixos/modules/services/web-apps/pretalx.nix @@ -48,6 +48,10 @@ let } } -- ${lib.getExe' pythonEnv "pretalx-manage"} "$@" ''; + excludeShellChecks = [ + # Not following: /run/agenix/pretalx-env was not specified as input + "SC1091" + ]; }; in