summary refs log tree commit diff
path: root/pkgs/tools/misc/exa/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/exa/default.nix')
-rw-r--r--pkgs/tools/misc/exa/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/misc/exa/default.nix b/pkgs/tools/misc/exa/default.nix
index 0edd8a1b318..cfb2c57f7c9 100644
--- a/pkgs/tools/misc/exa/default.nix
+++ b/pkgs/tools/misc/exa/default.nix
@@ -8,6 +8,9 @@ buildRustPackage rec {
   pname = "exa";
   version = "0.9.0";
 
+  # Delete this on next update; see #79975 for details
+  legacyCargoFetcher = true;
+
   cargoSha256 = "1hgjp23rjd90wyf0nq6d5akjxdfjlaps54dv23zgwjvkhw24fidf";
 
   src = fetchFromGitHub {