From 6a1ae0e91b7f17d272f346f6200c89073ea2ce4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 16 Jun 2023 08:17:00 +0200 Subject: [PATCH] nix: replace deprecated cargo/rustc aliases with new version --- build.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.nix b/build.nix index a757fef..efb5d73 100644 --- a/build.nix +++ b/build.nix @@ -13,6 +13,8 @@ , lz4 , nix-gitignore , rustPlatform +, rustc +, cargo }: let @@ -28,9 +30,9 @@ in stdenv.mkDerivation { nativeBuildInputs = [ pkg-config + cargo + rustc rustPlatform.cargoSetupHook - rustPlatform.rust.cargo - rustPlatform.rust.rustc rustPlatform.bindgenHook ]; -- 2.39.2