1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00
nixpkgs/pkgs/build-support/dotnet
Ivan Trubach 2d33d5c778 buildDotnetModule: inherit enableParallelBuilding
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.
2024-09-03 22:57:52 +03:00
..
build-dotnet-global-tool dotnet: use unpacked nuget packages 2024-07-31 00:47:14 -03:00
build-dotnet-module buildDotnetModule: inherit enableParallelBuilding 2024-09-03 22:57:52 +03:00
build-dotnet-package
dotnetbuildhelpers
dotnetenv
fetchnuget fetchNuGet: add SRI hash support 2024-07-04 17:33:34 +08:00
make-nuget-deps dotnet: use unpacked nuget packages 2024-07-31 00:47:14 -03:00
make-nuget-source mkNugetSource: Allow passing arbitrary stdenv.mkDerivation attrs 2024-01-02 20:27:20 +01:00
nuget-to-nix dotnet: use unpacked nuget packages 2024-07-31 00:47:14 -03:00