From 6a1ae0e91b7f17d272f346f6200c89073ea2ce4f Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Fri, 16 Jun 2023 08:17:00 +0200 Subject: 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 a757fefe..efb5d735 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 ]; -- cgit v1.2.3