about summary refs log tree commit diff
path: root/pkgs/development/compilers/rust
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-12-17 12:01:41 +0000
committerGitHub <noreply@github.com>2022-12-17 12:01:41 +0000
commit392cc9b8fef346c0d5fe9e6627bca4864ac50874 (patch)
tree530c5624efa22e85814cca25bab6ac02b6df9f77 /pkgs/development/compilers/rust
parent4804305f6e2a1b69be36dc021acfe8d416e32166 (diff)
parentd6225be6d4278f39184b217de3c5ea29c37782a9 (diff)
downloadnixlib-392cc9b8fef346c0d5fe9e6627bca4864ac50874.tar
nixlib-392cc9b8fef346c0d5fe9e6627bca4864ac50874.tar.gz
nixlib-392cc9b8fef346c0d5fe9e6627bca4864ac50874.tar.bz2
nixlib-392cc9b8fef346c0d5fe9e6627bca4864ac50874.tar.lz
nixlib-392cc9b8fef346c0d5fe9e6627bca4864ac50874.tar.xz
nixlib-392cc9b8fef346c0d5fe9e6627bca4864ac50874.tar.zst
nixlib-392cc9b8fef346c0d5fe9e6627bca4864ac50874.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/compilers/rust')
-rw-r--r--pkgs/development/compilers/rust/make-rust-platform.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/rust/make-rust-platform.nix b/pkgs/development/compilers/rust/make-rust-platform.nix
index f61ba57d7b95..7e98684ecff1 100644
--- a/pkgs/development/compilers/rust/make-rust-platform.nix
+++ b/pkgs/development/compilers/rust/make-rust-platform.nix
@@ -18,7 +18,7 @@ rec {
       fetchCargoTarball importCargoLock rustc;
   };
 
-  importCargoLock = buildPackages.callPackage ../../../build-support/rust/import-cargo-lock.nix {};
+  importCargoLock = buildPackages.callPackage ../../../build-support/rust/import-cargo-lock.nix { inherit cargo; };
 
   rustcSrc = callPackage ./rust-src.nix {
     inherit runCommand rustc;