about summary refs log tree commit diff
path: root/pkgs/tools/misc/depotdownloader/fetch-deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/depotdownloader/fetch-deps.sh')
-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]}")"