summary refs log tree commit diff
path: root/pkgs/test
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-05-28 12:48:43 +0000
committerGitHub <noreply@github.com>2021-05-28 12:48:43 +0000
commit5c859b2875376fa435e62910fde9350711f7dc63 (patch)
treece3da5421c4a37065569c6b575a89b1980e7da45 /pkgs/test
parent2a3a7f2e8674f95c9fb890b37e049aa956989392 (diff)
parentf2a2e8f5e9041c1f071d3b45dfce38bd96474686 (diff)
downloadnixpkgs-5c859b2875376fa435e62910fde9350711f7dc63.tar
nixpkgs-5c859b2875376fa435e62910fde9350711f7dc63.tar.gz
nixpkgs-5c859b2875376fa435e62910fde9350711f7dc63.tar.bz2
nixpkgs-5c859b2875376fa435e62910fde9350711f7dc63.tar.lz
nixpkgs-5c859b2875376fa435e62910fde9350711f7dc63.tar.xz
nixpkgs-5c859b2875376fa435e62910fde9350711f7dc63.tar.zst
nixpkgs-5c859b2875376fa435e62910fde9350711f7dc63.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/test')
-rw-r--r--pkgs/test/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/test/default.nix b/pkgs/test/default.nix
index b9f05bdff8d..8c9e7b6f281 100644
--- a/pkgs/test/default.nix
+++ b/pkgs/test/default.nix
@@ -39,6 +39,7 @@ with pkgs;
 
   rustCustomSysroot = callPackage ./rust-sysroot {};
   buildRustCrate = callPackage ../build-support/rust/build-rust-crate/test { };
+  importCargoLock = callPackage ../build-support/rust/test/import-cargo-lock { };
 
   vim = callPackage ./vim {};