nftables: enable parallel building

This commit is contained in:
Sergei Trofimovich
2024-10-04 06:54:54 +01:00
parent 1e8ac19152
commit 32b9a2444b
@@ -37,6 +37,8 @@ stdenv.mkDerivation rec {
] ++ lib.optional (!withDebugSymbols) "--disable-debug"
++ lib.optional withXtables "--with-xtables";
enableParallelBuilding = true;
passthru.tests = {
inherit (nixosTests) firewall-nftables;
lxd-nftables = nixosTests.lxd.nftables;