Merge pull request 'devShell: use rm -f to clean up old pre-commit file' (#304) from Mic92-vm-api into main
All checks were successful
checks-impure / test (push) Successful in 6s
checks / test (push) Successful in 33s

This commit is contained in:
clan-bot 2023-09-19 11:30:53 +00:00
commit 4c95896e1a

View File

@ -15,7 +15,7 @@
];
shellHook = ''
# no longer used
rm "$(git rev-parse --show-toplevel)/.git/hooks/pre-commit"
rm -f "$(git rev-parse --show-toplevel)/.git/hooks/pre-commit"
'';
};
};