hikounomizu: build data in parallel

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Francesco Gazzetta 2022-10-21 12:21:31 +00:00 committed by GitHub
parent 8edb36074d
commit 0eceb37a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
];
postBuild = ''
make data
make data -j$NIX_BUILD_CORES
'';
meta = with lib; {