maybe fix rust-overlay link?
This commit is contained in:
parent
aca589397e
commit
89630d55de
|
@ -34,7 +34,7 @@
|
||||||
};
|
};
|
||||||
}) // {
|
}) // {
|
||||||
overlays.default = final: prev: let
|
overlays.default = final: prev: let
|
||||||
toolchain = final.rust-bin.stable.latest.default;
|
toolchain = prev.rust-bin.stable.latest.default;
|
||||||
rustPlatform = final.makeRustPlatform {
|
rustPlatform = final.makeRustPlatform {
|
||||||
cargo = toolchain;
|
cargo = toolchain;
|
||||||
rustc = toolchain;
|
rustc = toolchain;
|
||||||
|
|
Loading…
Reference in a new issue