bcachefs-tools: enable parallel building
This commit is contained in:
parent
db181acbf8
commit
5a8602a87b
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ stdenv.mkDerivation {
|
|||
smoke-test = nixosTests.bcachefs;
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tool for managing bcachefs filesystems";
|
||||
homepage = "https://bcachefs.org/";
|
||||
|
|
Loading…
Reference in a new issue