From 6e8790122fd78bb588e5ca7331c3219f2b54657f Mon Sep 17 00:00:00 2001 From: Chris Hodapp Date: Sun, 7 Dec 2025 01:02:42 -0800 Subject: [PATCH] Don't add archives concept --- pkgs/development/tools/misc/coreboot-toolchain/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/tools/misc/coreboot-toolchain/default.nix b/pkgs/development/tools/misc/coreboot-toolchain/default.nix index 4a8eb20ab3a5..8343cecba5fb 100644 --- a/pkgs/development/tools/misc/coreboot-toolchain/default.nix +++ b/pkgs/development/tools/misc/coreboot-toolchain/default.nix @@ -28,8 +28,6 @@ let pname = "coreboot-toolchain-${arch}"; version = "25.09"; - archives = ./stable.nix; - src = fetchgit { url = "https://review.coreboot.org/coreboot"; rev = finalAttrs.version; @@ -65,7 +63,7 @@ let mkdir -p util/crossgcc/tarballs ${lib.concatMapStringsSep "\n" (file: "ln -s ${file.archive} util/crossgcc/tarballs/${file.name}") ( - callPackage finalAttrs.archives { } + callPackage ./stable.nix { } )} patchShebangs util/genbuild_h/genbuild_h.sh