diff options
Diffstat (limited to 'remote-dev/home.nix')
| -rw-r--r-- | remote-dev/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote-dev/home.nix b/remote-dev/home.nix index 926aadb..5dc55d0 100644 --- a/remote-dev/home.nix +++ b/remote-dev/home.nix @@ -161,6 +161,7 @@ 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/commit-msg".source = link "dot_config/git/hooks/executable_commit-msg"; }; # ── Rootless podman config ────────────────────────────────────────────────── |
