about summary refs log tree commit diff
path: root/pkgs/tools/misc/depotdownloader
diff options
context:
space:
mode:
authormdarocha <git@mdarocha.pl>2022-06-17 09:21:36 +0200
committermdarocha <git@mdarocha.pl>2022-06-17 10:12:42 +0200
commit18f08691e37f283ddea4b7cd6a751421abf81380 (patch)
treece53884add3edcaa7f2d0a80fdfca868bef9f7ca /pkgs/tools/misc/depotdownloader
parent31205f3339aafa9d4bcf0f866dd800796b1af55d (diff)
depotdownloader: improve fetch-deps.sh script
Use dotnet 6.0, use local nixpkgs
Diffstat (limited to 'pkgs/tools/misc/depotdownloader')
-rwxr-xr-xpkgs/tools/misc/depotdownloader/fetch-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/depotdownloader/fetch-deps.sh b/pkgs/tools/misc/depotdownloader/fetch-deps.sh
index a767f3fea9bf3..12a18b9996ad1 100755
--- a/pkgs/tools/misc/depotdownloader/fetch-deps.sh
+++ b/pkgs/tools/misc/depotdownloader/fetch-deps.sh
@@ -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]}")"