mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
dotnet: fix fetch-deps in paket projects
This commit is contained in:
parent
13bd100300
commit
9a14832d2e
@ -60,7 +60,7 @@ configureNuget() {
|
||||
done
|
||||
fi
|
||||
|
||||
if [[ -f paket.dependencies ]]; then
|
||||
if [[ -z ${keepNugetConfig-} && -f paket.dependencies ]]; then
|
||||
sed -i "s:source .*:source $nugetSource:" paket.dependencies
|
||||
sed -i "s:remote\:.*:remote\: $nugetSource:" paket.lock
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user