summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgs/tools/system/idle3tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/idle3tools/default.nix b/pkgs/tools/system/idle3tools/default.nix
index 2ffff7bed7b4..1325b52b3808 100644
--- a/pkgs/tools/system/idle3tools/default.nix
+++ b/pkgs/tools/system/idle3tools/default.nix
@@ -17,6 +17,6 @@ stdenv.mkDerivation {
description = "Tool to get/set the infamous idle3 timer in WD HDDs";
license = "GPLv3";
maintainers = with stdenv.lib.maintainers; [viric];
- platforms = with stdenv.lib.platforms; all;
+ platforms = with stdenv.lib.platforms; linux;
};
}