diff --git a/pkgs/development/tools/misc/coreboot-toolchain/default.nix b/pkgs/development/tools/misc/coreboot-toolchain/default.nix index 501edc0e60fa..dc5469ce8c06 100644 --- a/pkgs/development/tools/misc/coreboot-toolchain/default.nix +++ b/pkgs/development/tools/misc/coreboot-toolchain/default.nix @@ -41,6 +41,8 @@ let allowedRequisites = [ ]; }; + archives = ./stable.nix; + nativeBuildInputs = [ bison curl @@ -63,7 +65,7 @@ let mkdir -p util/crossgcc/tarballs ${lib.concatMapStringsSep "\n" (file: "ln -s ${file.archive} util/crossgcc/tarballs/${file.name}") ( - callPackage ./stable.nix { } + callPackage finalAttrs.archives { } )} patchShebangs util/genbuild_h/genbuild_h.sh