the-way: use cargoParallelTestThreads
This commit is contained in:
parent
664170166e
commit
a6c17c9cdd
@ -16,8 +16,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ AppKit Security ];
|
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ AppKit Security ];
|
||||||
|
|
||||||
cargoSha256 = "0adhgp6blwx7s1hlwqzzsgkzc43q9avxx8a9ykvvv2s1w7m9ql78";
|
cargoSha256 = "0adhgp6blwx7s1hlwqzzsgkzc43q9avxx8a9ykvvv2s1w7m9ql78";
|
||||||
#checkFlags = "--test-threads=1";
|
checkFlagsArray = stdenv.lib.optionals stdenv.isDarwin [ "--skip=copy" ];
|
||||||
doCheck = false;
|
cargoParallelTestThreads = false;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
$out/bin/the-way config default tmp.toml
|
$out/bin/the-way config default tmp.toml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user