mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
2d33d5c778
After this change, enableParallelBuilding defaults to true for packages using buildDotnetModule. The argument value already defaults to true, but we did not use it. Note that default values in Nix are not present in the arguments attribute set, e.g. `args` does not contain `def` for `{ def ? true }@args: …` function unless this argument is explicitly passed. |
||
---|---|---|
.. | ||
build-dotnet-global-tool | ||
build-dotnet-module | ||
build-dotnet-package | ||
dotnetbuildhelpers | ||
dotnetenv | ||
fetchnuget | ||
make-nuget-deps | ||
make-nuget-source | ||
nuget-to-nix |