From 7a93f3a128972cbc53f0ce6797f13875bee06216 Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Sat, 31 Dec 2022 13:46:58 -0800 Subject: [PATCH] update coreboot-toolchain to deal with changes in nixpkgs 21.11 --- src/coreboot-toolchain/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coreboot-toolchain/default.nix b/src/coreboot-toolchain/default.nix index 4de2e68..881abeb 100644 --- a/src/coreboot-toolchain/default.nix +++ b/src/coreboot-toolchain/default.nix @@ -4,6 +4,7 @@ let version = "4.14"; in lib.mapAttrs (k: v: + if k == "recurseForDerivations" then v else lib.makeOverridable (v.override { withAda = false; }).overrideAttrs (a: {