From 35c4679700f29b766f5b7f1fbbd3aa865c435ef1 Mon Sep 17 00:00:00 2001 From: YouSiki Date: Sat, 4 Jan 2025 20:08:48 +0800 Subject: [PATCH] Refactor flake.nix: streamline pre-commit-hooks input configuration --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index f5448ae..1f708f8 100644 --- a/flake.nix +++ b/flake.nix @@ -60,10 +60,7 @@ # Git hooks pre-commit-hooks = { url = "github:cachix/git-hooks.nix"; - inputs = { - nixpkgs.follows = "nixpkgs"; - nixpkgs-stable.follows = "nixpkgs"; - }; + inputs.nixpkgs.follows = "nixpkgs"; }; # Catppuccin theme