fix: Cleanup Warnings
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-03-02 01:44:10 +05:30
parent e0e7f514ec
commit 8364bbb3cb
6 changed files with 8 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ in {
pkgs.writeShellApplication {
name = "git-install-prepare-commit-msg";
text = ''
cp ${../scripts/prepare-commit-msg} .git/hooks/prepare-commit-msg
ln -sf ${../scripts/prepare-commit-msg} .git/hooks/prepare-commit-msg
'';
}
)