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

This commit is contained in:
2026-09-08 20:03:57 +00:00
parent 58d590b2be
commit 728814c04d
11 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ let
text = ''
# shellcheck disable=SC2034
WORKSPACE=${./.}
. ${hectic.helpers.posix-shell.log}/bin/log.sh
. ${hectic.helpers.posix-shell.log}
${builtins.readFile ./hemar.sh}
'';
};