about summary refs log tree commit diff
path: root/pkgs/tools/misc/fd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/fd/default.nix')
-rw-r--r--pkgs/tools/misc/fd/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/misc/fd/default.nix b/pkgs/tools/misc/fd/default.nix
index 1f56eda0a422..89a05815f518 100644
--- a/pkgs/tools/misc/fd/default.nix
+++ b/pkgs/tools/misc/fd/default.nix
@@ -33,6 +33,5 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/sharkdp/fd";
     license = with licenses; [ asl20 /* or */ mit ];
     maintainers = with maintainers; [ dywedir globin ma27 zowoq ];
-    platforms = platforms.all;
   };
 }