Skip to content

Commit 8c246a9

Browse files
remove pre-commit install from nix dev shell (#2461) (#2471)
## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
1 parent 4734033 commit 8c246a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
buildInputs = [ pkgs.bashInteractive ];
4545
shellHook = ''
4646
if [ ! -f .git/hooks/pre-commit ]; then
47-
pre-commit install
47+
echo "You can run 'pre-commit install' to install git commit hooks if you want them."
4848
fi
4949
5050
pnpm install

0 commit comments

Comments
 (0)