flake: dev-shells: remove redundant 'pre-commit'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

It's already being installed by the shell hook.
This commit is contained in:
Bruno BELANYI 2025-03-28 15:27:21 +00:00
parent 458ea144c4
commit 1841ff391d

View file

@ -6,7 +6,6 @@
name = "NixOS-config";
nativeBuildInputs = with pkgs; [
gitAndTools.pre-commit
nixpkgs-fmt
];