about summary refs log tree commit diff
path: root/pkgs/tools/system
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/tools/system
parentceb30c490ccb6c7a019b79d856baf4c493fa8af4 (diff)
downloadnixlib-131a32a5afdb72063704a8407332f747af619319.tar
nixlib-131a32a5afdb72063704a8407332f747af619319.tar.gz
nixlib-131a32a5afdb72063704a8407332f747af619319.tar.bz2
nixlib-131a32a5afdb72063704a8407332f747af619319.tar.lz
nixlib-131a32a5afdb72063704a8407332f747af619319.tar.xz
nixlib-131a32a5afdb72063704a8407332f747af619319.tar.zst
nixlib-131a32a5afdb72063704a8407332f747af619319.zip
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/tools/system')
-rw-r--r--pkgs/tools/system/tre-command/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/system/tre-command/default.nix b/pkgs/tools/system/tre-command/default.nix
index b8925dcfa42e..0cbe87ccd377 100644
--- a/pkgs/tools/system/tre-command/default.nix
+++ b/pkgs/tools/system/tre-command/default.nix
@@ -12,7 +12,6 @@ rustPlatform.buildRustPackage rec {
   };
 
   cargoSha256 = "1m3ccp5ncafkifg8sxyxczsg3ja1gvq8wmgni68bgzm2lwxh2qgw";
-  legacyCargoFetcher = false;
 
   meta = with stdenv.lib; {
     description = "Tree command, improved";