forked from mirrors/nixpkgs
buildRustPackage: update docstring comment
The inlined readme that we were iterating on has been moved to GitHub issue #79975, and the default is now the new cargo fetcher, so this doc comment is out of date.
This commit is contained in:
parent
a0d2bed383
commit
37fb7a5568
|
@ -14,9 +14,6 @@
|
||||||
, cargoUpdateHook ? ""
|
, cargoUpdateHook ? ""
|
||||||
, cargoDepsHook ? ""
|
, cargoDepsHook ? ""
|
||||||
, cargoBuildFlags ? []
|
, cargoBuildFlags ? []
|
||||||
# Please set to true on any Rust package updates. Once all packages set this
|
|
||||||
# to true, we will delete and make it the default. For details, see the Rust
|
|
||||||
# section on the manual and ./README.md.
|
|
||||||
, legacyCargoFetcher ? false
|
, legacyCargoFetcher ? false
|
||||||
, buildType ? "release"
|
, buildType ? "release"
|
||||||
, meta ? {}
|
, meta ? {}
|
||||||
|
|
Loading…
Reference in a new issue