aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/remote-dev/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'remote-dev/home.nix')
-rw-r--r--remote-dev/home.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/remote-dev/home.nix b/remote-dev/home.nix
index 5dc55d0..a94278b 100644
--- a/remote-dev/home.nix
+++ b/remote-dev/home.nix
@@ -161,7 +161,10 @@ in
# so map each hook to its stripped name explicitly. The executable bit
# comes from the working-tree file mode (git resolves the symlink).
"git/hooks/pre-push".source = link "dot_config/git/hooks/executable_pre-push";
+ "git/hooks/pre-commit".source = link "dot_config/git/hooks/executable_pre-commit";
"git/hooks/commit-msg".source = link "dot_config/git/hooks/executable_commit-msg";
+ "git/hooks/post-commit".source = link "dot_config/git/hooks/executable_post-commit";
+ "git/hooks/_dispatch.sh".source = link "dot_config/git/hooks/_dispatch.sh";
};
# ── Rootless podman config ──────────────────────────────────────────────────