Skip to content

Commit

Permalink
remove pre-commit install from nix dev shell (#2461) (#2471)
Browse files Browse the repository at this point in the history
  • Loading branch information
fidgetingbits authored Jul 9, 2024
1 parent 4734033 commit 8c246a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
buildInputs = [ pkgs.bashInteractive ];
shellHook = ''
if [ ! -f .git/hooks/pre-commit ]; then
pre-commit install
echo "You can run 'pre-commit install' to install git commit hooks if you want them."
fi
pnpm install
Expand Down

0 comments on commit 8c246a9

Please sign in to comment.