I want to edit Replit.nix and pin the pkg version.
I want to specify the version of Cargo.
current replit.nix:
{ pkgs }: {
deps = [
pkgs.rustup
pkgs.rustc
pkgs.rustfmt
pkgs.cargo
pkgs.cargo-edit
pkgs.rust-analyzer
];
}
Please help me.