summary refs log tree commit diff
path: root/pkgs/tools/system/tre-command/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/tre-command/default.nix')
-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 04aacc181c9..d0f81414741 100644
--- a/pkgs/tools/system/tre-command/default.nix
+++ b/pkgs/tools/system/tre-command/default.nix
@@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/dduan/tre";
     license = licenses.mit;
     maintainers = [ maintainers.dduan ];
-    platforms = platforms.all;
   };
 }