Parallel build is the default, so no need to specify

wip/yesman
Chuck 5 years ago committed by Linus Heckemann
parent e1ecc2b6c1
commit f3eedb6020
  1. 1
      nixos/modules/installer/tools/nixos-option/default.nix

@ -4,5 +4,4 @@ stdenv.mkDerivation rec {
src = ./.;
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ boost nix ];
enableParallelBuilding = true;
}

Loading…
Cancel
Save