1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Edit docs

This commit is contained in:
Robert Hensing 2024-04-21 13:52:56 +02:00
parent a3ff75fd7e
commit b5f1d4cce9
2 changed files with 6 additions and 5 deletions

View file

@ -209,7 +209,8 @@
inherit fileset stdenv;
};
# https://github.com/NixOS/nixpkgs/pull/214409
# 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; })