update coreboot-toolchain to deal with changes in nixpkgs 21.11

master
Adam Joseph 2 years ago
parent 427d6beaae
commit 7a93f3a128

@ -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: {

Loading…
Cancel
Save