nanos6Git: Correct typo

This commit is contained in:
Rodrigo Arias Mallo 2020-12-17 15:27:50 +01:00
parent 3b80c2fcb9
commit ed5f6bc22b

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
preConfigure = ''
export CACHELINE_WIDTH=${toString cacheline-width}
export CACHELINE_WIDTH=${toString cachelineBytes}
export NANOS6_GIT_VERSION=${src.rev}
export NANOS6_GIT_BRANCH=${branch}
'';