Skip to content

Commit

Permalink
add target.fromToolchainName
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Nov 23, 2024
1 parent cb6515f commit c7af381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ nightlyToolchains.${v} // rec {
fromManifestFile = fromManifestFile' target "";
toolchainOf = toolchainOf' target;
fromToolchainFile = fromToolchainFile' target;
fromToolchainName = { name, sha256 ? "" }: fromToolchainName' target name sha256;
})
collectedTargets;

Expand Down

0 comments on commit c7af381

Please sign in to comment.