flake: remove unneeded follows after git-hooks dropped their nixpkgs-stable input

This commit is contained in:
Gaetan Lepage 2025-01-04 09:43:07 +01:00 committed by nix-infra-bot
parent 9fec105973
commit e07a482fd8

View file

@ -61,7 +61,6 @@
git-hooks = {
url = "github:cachix/git-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
inputs.flake-compat.follows = "flake-compat";
};
};