mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
dotnet-sdk-setup-hook: run pre/postConfigureNuGet hooks
This commit is contained in:
parent
65b556ed83
commit
ce92a4277e
@ -49,6 +49,8 @@ createNugetDirs() {
|
||||
}
|
||||
|
||||
configureNuget() {
|
||||
runHook preConfigureNuGet
|
||||
|
||||
local x
|
||||
|
||||
for x in "${!_nugetInputs[@]}"; do
|
||||
@ -97,6 +99,8 @@ configureNuget() {
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
runHook postConfigureNuGet
|
||||
}
|
||||
|
||||
if [[ -z ${dontConfigureNuget-} ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user