about summary refs log tree commit diff
path: root/pkgs/build-support/dotnet/nuget-to-nix/nuget-to-nix.sh
AgeCommit message (Expand)AuthorFilesLines
4 daysdotnet: use unpacked nuget packagesDavid McFarland1-3/+4
4 daysnuget-to-nix: catch errors from process substitutionDavid McFarland1-0/+1
2024-07-08nuget-to-nix: fix hash generation when resolving multiple sourcesDavid McFarland1-0/+1
2024-07-04nuget-to-nix: generate SRI hash instead of sha256aleksana1-4/+4
2024-03-14nuget-to-nix: fix the bug of wrong url in the generated nix file when the pac...Ulysses Zhan1-1/+5
2024-03-06nuget-to-nix: fix error handlingDavid McFarland1-1/+2
2024-03-03nuget-to-nix: skip local sourcesDavid McFarland1-2/+15
2023-12-22nuget-to-nix: handle packages with mismatched nuspec caseDavid McFarland1-1/+1
2023-06-24nuget-to-nix: set nullglobDavid McFarland1-0/+1
2023-03-19buildDotnetModule: add support for using combinePackages as dotnet-sdkmdarocha1-3/+4
2022-10-18nuget-to-nix: fix warning when package is installed from sdkDavid McFarland1-1/+1
2022-10-02nuget-to-nix: find sources deterministicallyDavid McFarland1-26/+64
2022-10-02nuget-to-nix: exclude by package source, not listDavid McFarland1-3/+3
2022-09-15nuget-to-nix: skip local packagesDavid McFarland1-1/+3
2022-08-18nuget-to-nix: Make exclusion file optionalZhaofeng Li1-1/+1
2022-08-10buildDotnetModule: exclude sdk-specific packages in fetch-deps resultmdarocha1-1/+7
2022-07-25nuget-to-nix: fallback to default URL for directoriesEvgeny Zemtsov1-1/+1
2022-07-12nuget-to-nix: enable default netrcEvgeny Zemtsov1-1/+1
2022-06-21nuget-to-nix: support custom package sourcesmdarocha1-1/+10
2022-04-30nuget-to-nix: include required dependenciesIvar Scholten1-1/+3
2022-03-14nuget-to-nix: add missing commaIvar Scholten1-1/+1
2022-03-10nuget-to-nix: deterministic sorting of output list (#162187)Åsmund Østvold1-2/+6
2022-02-11nuget-to-nix: move to pkgs/build-support/dotnetIvar Scholten1-0/+23