From 1eff6d875936893eb0f6bf3751314eb956cdeddd Mon Sep 17 00:00:00 2001 From: Victor Fuentes Date: Wed, 14 Jun 2023 22:21:29 -0400 Subject: [PATCH] Update deprecated rustPlatform.rust.(cargo|rustc) in default.nix --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 54e67bb..05f351f 100644 --- a/default.nix +++ b/default.nix @@ -36,8 +36,8 @@ pkgs.stdenv.mkDerivation rec { wrapGAppsHook4 ] ++ (with pkgs.rustPlatform; [ cargoSetupHook - rust.cargo - rust.rustc + cargo + rustc ]); buildInputs = with pkgs; [