Skip to content

Commit af99e7e

Browse files
committed
add target.fromToolchainName
1 parent c739f83 commit af99e7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ nightlyToolchains.${v} // rec {
154154
fromManifestFile = fromManifestFile' target "";
155155
toolchainOf = toolchainOf' target;
156156
fromToolchainFile = fromToolchainFile' target;
157+
fromToolchainName = { name, sha256 ? "" }: fromToolchainName' target name sha256;
157158
})
158159
collectedTargets;
159160

0 commit comments

Comments
 (0)