1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Merge pull request #13298 from xokdvium/drop-pre-commit-override

flake: Drop `pre-commit` override
This commit is contained in:
John Ericson 2025-05-29 22:22:57 -04:00 committed by GitHub
commit 1a73f7aa6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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