Update deprecated rustPlatform.rust.(cargo|rustc) in default.nix

This commit is contained in:
Victor Fuentes 2023-06-14 22:21:29 -04:00
parent 322e565f90
commit 1eff6d8759
No known key found for this signature in database
GPG Key ID: 0A88B68D6A9ACAE0

View File

@ -36,8 +36,8 @@ pkgs.stdenv.mkDerivation rec {
wrapGAppsHook4
] ++ (with pkgs.rustPlatform; [
cargoSetupHook
rust.cargo
rust.rustc
cargo
rustc
]);
buildInputs = with pkgs; [