devShell: use rm -f to clean up old pre-commit file
All checks were successful
checks-impure / test (pull_request) Successful in 8s
checks / test (pull_request) Successful in 1m26s

This commit is contained in:
Jörg Thalheim 2023-09-19 13:19:24 +02:00
parent 90718da5b4
commit 81bc0d7ea4

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"
'';
};
};