We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cedc4 commit cd5a40dCopy full SHA for cd5a40d
packages/sp1/default.nix
@@ -26,7 +26,11 @@ let
26
};
27
28
29
- rust-toolchain = sp1-rust;
+ rust-toolchain = rust-bin.fromRustupToolchainFile (fetchGitHubFile {
30
+ inherit (commonArgs.src) owner repo rev;
31
+ file = "rust-toolchain";
32
+ hash = "sha256-AHwqAJB2brSXfzVVrQoFknsfoid2unlwGKvqdpsdOmk=";
33
+ });
34
craneLib = craneLib-nightly.overrideToolchain rust-toolchain;
35
cargoArtifacts = craneLib.buildDepsOnly commonArgs;
36
in
0 commit comments