rowhammer-test: Broken on non-x86 (and Darwin)

https://hydra.nixos.org/build/65060720
https://hydra.nixos.org/build/65048404
This commit is contained in:
Tuomas Tynkkynen 2017-12-03 19:49:41 +02:00
parent 56ecf95468
commit b3e4b224ed
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ stdenv.mkDerivation {
homepage = https://github.com/google/rowhammer-test;
license = licenses.asl20;
maintainers = [ maintainers.viric ];
platforms = platforms.unix;
platforms = [ "x86_64-linux" "i686-linux" ];
};
}