arena: fix evaluation blocking typo
This commit is contained in:
parent
006e298107
commit
bc52706a04
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
platforms = ["x86_64-linux"];
|
||||
hydryPlatforms = stdenv.lib.platforms.none;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue