depotdownloader: improve fetch-deps.sh script

Use dotnet 6.0, use local nixpkgs
This commit is contained in:
mdarocha 2022-06-17 09:21:36 +02:00
parent 31205f3339
commit 18f08691e3

View file

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nuget-to-nix dotnet-sdk_5
#!nix-shell -I nixpkgs=../../../../. -i bash -p nuget-to-nix dotnet-sdk
set -eo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"