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

(cherry picked from commit e07a482fd8)
This commit is contained in:
Gaetan Lepage 2025-01-04 09:43:07 +01:00 committed by Mergify
parent 2004ff4547
commit c2ee71c814

View file

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