mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Edit docs
This commit is contained in:
parent
a3ff75fd7e
commit
b5f1d4cce9
2 changed files with 6 additions and 5 deletions
|
@ -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; })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue