mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
bcachefs-tools: enable parallel building
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user