From 58d590b2be026eb4274ee581ea5262ada44e9103 Mon Sep 17 00:00:00 2001 From: yukkop Date: Tue, 8 Sep 2026 19:56:06 +0000 Subject: [PATCH] fix: pg init --- package/db-tool/default.nix | 1 + 1 file changed, 1 insertion(+) 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 ];