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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user