Nix: remove redundant enableParallelBuilding

This commit is contained in:
Mihai Fufezan
2024-10-13 23:18:40 +03:00
parent 50dea18ce3
commit bd8e62dd0a
2 changed files with 0 additions and 2 deletions

View File

@@ -33,7 +33,6 @@ in
name = "${pname}-${version}";
};
enableParallelBuilding = true;
strictDeps = true;
cargoLock = {

View File

@@ -31,7 +31,6 @@ in
inherit lockFile;
};
enableParallelBuilding = true;
strictDeps = true;
nativeBuildInputs = [