From e07a482fd86eed90fd9378b97a2f938f07da1499 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 4 Jan 2025 09:43:07 +0100 Subject: [PATCH] flake: remove unneeded follows after git-hooks dropped their nixpkgs-stable input --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9bc41c1c..cff3fadb 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; };