fix: pg init
runner nix smoke / nix label and flake smoke (push) Failing after 8s

This commit is contained in:
2026-09-08 19:56:06 +00:00
parent beeb73736c
commit 58d590b2be
+1
View File
@@ -66,6 +66,7 @@ let
hectic.writeShellApplication {
inherit shell;
bashOptions = [ ];
excludeShellChecks = [ "SC1091" ];
name = "postgres-init";
runtimeInputs = [ postgresql coreutils ];