nixpkgs/pkgs/build-support/dotnet
Raphael Robatsch 928d66083e mkNugetSource: Allow passing arbitrary stdenv.mkDerivation attrs
This allows things such as

    mkNugetSource {
        name = "foo-nuget-source";
        deps = [ ... ];
        meta = {
            hydraPlatforms = [ ];
        };
    }
2024-01-02 20:27:20 +01:00
..
build-dotnet-global-tool buildDotnetGlobalTool: fix typo 2023-08-14 20:56:27 +02:00
build-dotnet-module buildDotnetModule: fix rare error when evaluation of version fails 2023-12-04 20:24:09 +01:00
build-dotnet-package
dotnetbuildhelpers
dotnetenv dotenv: convert CRLF line endings into LF 2022-09-11 17:02:00 +02:00
fetchnuget
make-nuget-deps buildDotnetModule: allow lockFile path to be set in nugetDeps 2023-06-24 17:17:41 -03:00
make-nuget-source mkNugetSource: Allow passing arbitrary stdenv.mkDerivation attrs 2024-01-02 20:27:20 +01:00
nuget-to-nix nuget-to-nix: handle packages with mismatched nuspec case 2023-12-22 12:06:02 +01:00