Loading pkgs/development/tools/misc/coreboot-toolchain/default.nix +1 −3 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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 Loading Loading
pkgs/development/tools/misc/coreboot-toolchain/default.nix +1 −3 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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 Loading