buildRustCrateTests: Move to tests.buildRustCrate

I think it is preferable to separate the tests from the "real" packages.
This commit is contained in:
John Ericson
2020-11-29 16:23:00 +00:00
parent cb312f3d03
commit 5d2a20c93a
2 changed files with 1 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ with pkgs;
cross = callPackage ./cross {};
rustCustomSysroot = callPackage ./rust-sysroot {};
buildRustCrate = callPackage ../build-support/rust/build-rust-crate/test { };
nixos-functions = callPackage ./nixos-functions {};