lol

x86info: only works on x86

https://hydra.nixos.org/build/60931250

+1 -1
+1 -1
pkgs/os-specific/linux/x86info/default.nix
··· 32 32 registers (MSRs) via the msr kernel module. it will approximate processor 33 33 frequency, and identify the cache sizes and layout. 34 34 ''; 35 - platforms = stdenv.lib.platforms.linux; 35 + platforms = [ "i686-linux" "x86_64-linux" ]; 36 36 license = stdenv.lib.licenses.gpl2; 37 37 homepage = http://codemonkey.org.uk/projects/x86info/; 38 38 maintainers = with stdenv.lib.maintainers; [jcumming];