From 2148106d19829673b37037bf332ea9811c45d344 Mon Sep 17 00:00:00 2001 From: K900 Date: Fri, 3 May 2024 18:53:33 +0300 Subject: [PATCH] Conditionally drop boehm-gc patch, now included in nixpkgs Not actually included yet --- overlay.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay.nix b/overlay.nix index d1a3e40..ec8a422 100644 --- a/overlay.nix +++ b/overlay.nix @@ -8,7 +8,7 @@ let # for clown reasons this version is newer than the one in lix, we should # fix this and update our nixpkgs pin (prev.path + "/pkgs/tools/package-management/nix/patches/boehmgc-coroutine-sp-fallback.patch") - + ] ++ final.lib.optionals (final.lib.versionOlder o.version "8.2.6") [ # https://github.com/ivmai/bdwgc/pull/586 (builtins.path { path = lix + "/boehmgc-traceable_allocator-public.diff"; name = "boehmgc-traceable_allocator-public.patch"; }) ];