summary refs log tree commit diff
path: root/pkgs/tools/nix/nixdoc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/nix/nixdoc/default.nix')
-rw-r--r--pkgs/tools/nix/nixdoc/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/nix/nixdoc/default.nix b/pkgs/tools/nix/nixdoc/default.nix
index 13b7ffd2af7..4f64750892a 100644
--- a/pkgs/tools/nix/nixdoc/default.nix
+++ b/pkgs/tools/nix/nixdoc/default.nix
@@ -13,6 +13,9 @@ rustPlatform.buildRustPackage rec {
 
   buildInputs =  stdenv.lib.optional stdenv.isDarwin [ darwin.Security ];
 
+  # Delete this on next update; see #79975 for details
+  legacyCargoFetcher = true;
+
   cargoSha256 = "1hy8w73fir4wnqx7zfvfqh7s24w95x9nkw55kmizvrwf0glw9m4n";
 
   meta = with stdenv.lib; {