cargo-make: remove unnecessary attribute (#82071)
The default value when left unspecified is now false, so no need to state this explicitly.
This commit is contained in:
parent
a38ad34271
commit
1cc9cb7ea1
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@ rustPlatform.buildRustPackage rec {
|
|||
buildInputs = [ openssl ]
|
||||
++ stdenv.lib.optionals stdenv.isDarwin [ Security ];
|
||||
|
||||
legacyCargoFetcher = false;
|
||||
|
||||
cargoSha256 = "1x0lb68d47nhggnj7jf90adz7shb0cg305mavgqvxizd2s9789dx";
|
||||
|
||||
# Some tests fail because they need network access.
|
||||
|
|
Loading…
Reference in a new issue