maybe fix rust-overlay link?

This commit is contained in:
janis 2025-09-03 15:49:59 +02:00
parent aca589397e
commit 89630d55de
Signed by: janis
SSH key fingerprint: SHA256:bB1qbbqmDXZNT0KKD5c2Dfjg53JGhj7B3CFcLIzSqq8

View file

@ -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;