nixpkgs/pkgs/by-name/so/sonarr/nuget-config.patch
Ivan Trubach b7c782f8a4 sonarr: build from source
This change refactors sonarr package to build from source instead of
downloading pre-built releases.
2024-06-19 04:44:06 +03:00

10 lines
298 B
Diff

Move NuGet configuration file to the source root where Nixpkgs .NET
build infrastructure expects to find it.
https://github.com/NixOS/nixpkgs/pull/291640#discussion_r1601841807
diff --git a/src/NuGet.Config b/NuGet.Config
similarity index 100%
rename from src/NuGet.Config
rename to NuGet.Config