feat: start impliment postgres hooks

This commit is contained in:
2026-04-30 21:36:22 +00:00
parent 5e018c2b1c
commit c2edda9c20
7 changed files with 160 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
let
shell = "${dash}/bin/dash";
hecticInheritanceSqlPath = ./sql/hectic-inheritance.sql;
hecticInheritanceSqlPath = ../../lib/hook/sql/hectic-inheritance.sql;
hecticInheritance = runCommand "hectic-inheritance" { } ''
mkdir -p "$out/share/hectic"