Loading pkgs/development/compilers/dotnet/dotnet-sdk-setup-hook.sh +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ _linkPackages() { local -r src="$1" local -r dest="$2" local dir local x for x in "$src"/*/*; do dir=$dest/$(basename "$(dirname "$x")") Loading @@ -39,6 +40,8 @@ createNugetDirs() { } configureNuget() { local x for x in "${!_nugetInputs[@]}"; do if [[ -d $x/share/nuget/packages ]]; then addToSearchPathWithCustomDelimiter ";" NUGET_FALLBACK_PACKAGES "$x/share/nuget/packages" Loading Loading
pkgs/development/compilers/dotnet/dotnet-sdk-setup-hook.sh +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ _linkPackages() { local -r src="$1" local -r dest="$2" local dir local x for x in "$src"/*/*; do dir=$dest/$(basename "$(dirname "$x")") Loading @@ -39,6 +40,8 @@ createNugetDirs() { } configureNuget() { local x for x in "${!_nugetInputs[@]}"; do if [[ -d $x/share/nuget/packages ]]; then addToSearchPathWithCustomDelimiter ";" NUGET_FALLBACK_PACKAGES "$x/share/nuget/packages" Loading