summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/documentation
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-02-15 01:06:59 -0500
committerJon <jonringer@users.noreply.github.com>2020-02-15 22:07:47 -0800
commit131a32a5afdb72063704a8407332f747af619319 (patch)
treea08bc58bacb0db177c28bdb516fc4fe971d76472 /pkgs/development/tools/documentation
parentceb30c490ccb6c7a019b79d856baf4c493fa8af4 (diff)
rust: update docs on legacyCargoFetcher; remove unnecessary defaults
As mentioned in #79975, the default on `legacyCargoFetcher` if left unspecified is now `false`.
Diffstat (limited to 'pkgs/development/tools/documentation')
-rw-r--r--pkgs/development/tools/documentation/mdsh/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/documentation/mdsh/default.nix b/pkgs/development/tools/documentation/mdsh/default.nix
index ddce5bc29a43..714ea15cd61e 100644
--- a/pkgs/development/tools/documentation/mdsh/default.nix
+++ b/pkgs/development/tools/documentation/mdsh/default.nix
@@ -12,7 +12,6 @@ rustPlatform.buildRustPackage rec {
};
cargoSha256 = "1fxajh1n0qvcdas6w7dy3g92wilhfldy90pyk3779mrnh57fa6n5";
- legacyCargoFetcher = false;
meta = with stdenv.lib; {
description = "Markdown shell pre-processor";