nixVersions.nix_2_31: don't apply the test-skipping patch

Apparently, lots of tests fail now or are flaky.
So not dropping this test will get us back to build
which somehow passed on Hydra instead of retrying many times.
This commit is contained in:
Vladimír Čunát
2026-01-09 14:20:41 +01:00
parent 724fe0a705
commit 744eaff8f1
@@ -185,8 +185,7 @@ lib.makeExtensible (
};
}).appendPatches
(
patches_common
++ [
[
(fetchpatch2 {
name = "nix-2.31-14692-mdbook-0.5-support.patch";
url = "https://github.com/NixOS/nix/commit/a4f5f365090980a6eeb2ef483e49c04bdefd71a8.patch";