mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
hardinfo: restrict to x86 linux platforms
This commit is contained in:
parent
5a8ecec12b
commit
5af5b19bc7
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user