From dd80f16376b8299fced19374ed64218ec34f0c36 Mon Sep 17 00:00:00 2001 From: Sergei Zimmerman Date: Thu, 29 May 2025 21:57:08 +0000 Subject: [PATCH] flake: Drop `pre-commit` override `pre-commit` builds fine with the flake's input nixpkgs on i686-linux. --- flake.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/flake.nix b/flake.nix index a8759d042..46104dbdd 100644 --- a/flake.nix +++ b/flake.nix @@ -179,19 +179,6 @@ }; nix = final.nixComponents2.nix-cli; - - # See https://github.com/NixOS/nixpkgs/pull/214409 - # Remove when fixed in this flake's nixpkgs - pre-commit = - if prev.stdenv.hostPlatform.system == "i686-linux" then - (prev.pre-commit.override (o: { - dotnet-sdk = ""; - })).overridePythonAttrs - (o: { - doCheck = false; - }) - else - prev.pre-commit; }; in