From c2ee71c814c9427d4991b9d58d412add9c5a1c56 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 (cherry picked from commit e07a482fd86eed90fd9378b97a2f938f07da1499) --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 569e4af3e4..b98939e97c 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"; }; };