From 12c9f59e2ef28a38dead0c2884c4c5b2db4c0a27 Mon Sep 17 00:00:00 2001 From: Dennis Frieberg Date: Mon, 17 Mar 2025 14:53:22 +0100 Subject: [PATCH] removed `nixpkgs-stable` overwrite from `pre-commit-hooks`, because it doesn't exist anymore --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4a6baaf..b2699bc 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,6 @@ inputs = { flake-compat.follows = ""; gitignore.follows = ""; - nixpkgs-stable.follows = ""; nixpkgs.follows = ""; }; };