fix: Cleanup Warnings
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
'';
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user