nixos/pretalx: exclude SC1091 for pretalx-manage

The wrapper sources environment files that may or may not be available
at build time.
This commit is contained in:
Martin Weinelt
2026-06-18 14:48:44 +02:00
parent 128ed94793
commit 46e58bbc00
@@ -48,6 +48,10 @@ let
}
} -- ${lib.getExe' pythonEnv "pretalx-manage"} "$@"
'';
excludeShellChecks = [
# Not following: /run/agenix/pretalx-env was not specified as input
"SC1091"
];
};
in