From 8a09465c3acea9736be1aeb568346ea789cdec58 Mon Sep 17 00:00:00 2001 From: jade Date: Mon, 10 Jun 2024 04:29:13 +0000 Subject: Revert "flake: update nixpkgs pin 23.11->24.05 (+ boehmgc compat changes)" This reverts commit 28a079f841834ac11105ce5762115904d1e40ce1. Reason for revert: This caused a pile of regressions in CI, and does not pass nix flake check. Some number of them are fixed in CL: https://gerrit.lix.systems/c/lix/+/1429 but there's more to be fixed. We should defer this after 2.90. Change-Id: Ib839d0fcb08eb52094af2b521145e3c1b4e0556f --- package.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.nix') diff --git a/package.nix b/package.nix index de7b744be..3d41ea703 100644 --- a/package.nix +++ b/package.nix @@ -70,6 +70,8 @@ # `boehmgc-nix` then this will almost certainly have duplicate patches, which means # the patches won't apply and we'll get a build failure. ./boehmgc-coroutine-sp-fallback.diff + # https://github.com/ivmai/bdwgc/pull/586 + ./boehmgc-traceable_allocator-public.diff ]; }; -- cgit v1.2.3