flake/dev/dev-shell: remove redundant shellHook comment

This commit is contained in:
NAHO 2026-01-10 20:06:44 +01:00
parent 2b727da436
commit f655debd1e
No known key found for this signature in database
GPG key ID: BFB5D5E3F4C95185

View file

@ -43,7 +43,6 @@
devShells = {
default = pkgs.mkShell {
# Install git-hooks when activating the shell
shellHook = config.pre-commit.installationScript;
packages = [