summary refs log tree commit diff
path: root/pkgs/tools/text/sd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/sd/default.nix')
-rw-r--r--pkgs/tools/text/sd/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/text/sd/default.nix b/pkgs/tools/text/sd/default.nix
index a6af316e121..1fa508b1ef6 100644
--- a/pkgs/tools/text/sd/default.nix
+++ b/pkgs/tools/text/sd/default.nix
@@ -20,7 +20,6 @@ rustPlatform.buildRustPackage rec {
     description = "Intuitive find & replace CLI (sed alternative)";
     homepage = "https://github.com/chmln/sd";
     license = licenses.mit;
-    platforms = platforms.all;
     maintainers = with maintainers; [ amar1729 filalex77 ];
   };
 }