diff --git a/package/db-tool/default.nix b/package/db-tool/default.nix index 86968d6d..a82adf70 100644 --- a/package/db-tool/default.nix +++ b/package/db-tool/default.nix @@ -66,6 +66,7 @@ let hectic.writeShellApplication { inherit shell; bashOptions = [ ]; + excludeShellChecks = [ "SC1091" ]; name = "postgres-init"; runtimeInputs = [ postgresql coreutils ];