about summary refs log tree commit diff
path: root/pkgs/tools/system/hardinfo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/hardinfo/default.nix')
-rw-r--r--pkgs/tools/system/hardinfo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/hardinfo/default.nix b/pkgs/tools/system/hardinfo/default.nix
index a2e342f85b74..6c5019847ff3 100644
--- a/pkgs/tools/system/hardinfo/default.nix
+++ b/pkgs/tools/system/hardinfo/default.nix
@@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
     description = "Display information about your hardware and operating system";
     license = licenses.gpl2;
     maintainers = with maintainers; [ bjornfor ];
-    platforms = platforms.linux;
+    platforms = [ "x86_64-linux" "i686-linux" ]; # ARMv7 and AArch64 are unsupported
   };
 }