nixos/pretalx: exclude SC1091 for pretalx-manage (#532970)

This commit is contained in:
Martin Weinelt
2026-06-18 13:01:47 +00:00
committed by GitHub
@@ -48,6 +48,10 @@ let
}
} -- ${lib.getExe' pythonEnv "pretalx-manage"} "$@"
'';
excludeShellChecks = [
# Not following: /run/agenix/pretalx-env was not specified as input
"SC1091"
];
};
in