Revert nix flake to stable rust toolchain

This commit is contained in:
Carlos de Paula 2025-10-25 10:40:45 -03:00
parent 4191de78bd
commit e8eb7631c6

View file

@ -23,7 +23,7 @@
inherit system;
overlays = [ rust-overlay.overlays.default ];
};
toolchain = pkgs.rust-bin.nightly.latest.default;
toolchain = pkgs.rust-bin.stable.latest.default;
rustPlatform = pkgs.makeRustPlatform {
cargo = toolchain;
rustc = toolchain;