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:
@@ -48,6 +48,10 @@ let
|
||||
}
|
||||
} -- ${lib.getExe' pythonEnv "pretalx-manage"} "$@"
|
||||
'';
|
||||
excludeShellChecks = [
|
||||
# Not following: /run/agenix/pretalx-env was not specified as input
|
||||
"SC1091"
|
||||
];
|
||||
};
|
||||
in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user