mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Revert nix flake to stable rust toolchain
This commit is contained in:
parent
4191de78bd
commit
e8eb7631c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue