From 7f44f96df035ab6b4147da4b6720d84db139a496 Mon Sep 17 00:00:00 2001 From: K900 Date: Fri, 3 May 2024 18:53:33 +0300 Subject: [PATCH] Drop boehm-gc patch, now included in nixpkgs Not actually included yet, please wait for staging-next before merging --- overlay.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/overlay.nix b/overlay.nix index 930ad10..de1db8b 100644 --- a/overlay.nix +++ b/overlay.nix @@ -8,9 +8,6 @@ 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") - - # https://github.com/ivmai/bdwgc/pull/586 - (builtins.path { path = lix + "/boehmgc-traceable_allocator-public.diff"; name = "boehmgc-traceable_allocator-public.patch"; }) ]; }) );