We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4734033 commit 8c246a9Copy full SHA for 8c246a9
flake.nix
@@ -44,7 +44,7 @@
44
buildInputs = [ pkgs.bashInteractive ];
45
shellHook = ''
46
if [ ! -f .git/hooks/pre-commit ]; then
47
- pre-commit install
+ echo "You can run 'pre-commit install' to install git commit hooks if you want them."
48
fi
49
50
pnpm install
0 commit comments