summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode/update-vscode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/vscode/update-vscode.sh')
-rwxr-xr-xpkgs/applications/editors/vscode/update-vscode.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/vscode/update-vscode.sh b/pkgs/applications/editors/vscode/update-vscode.sh
index 709fbe1c751..67ec7a21b34 100755
--- a/pkgs/applications/editors/vscode/update-vscode.sh
+++ b/pkgs/applications/editors/vscode/update-vscode.sh
@@ -1,5 +1,5 @@
-#!/usr/bin/env nix-shell
-#!nix-shell -i bash -p curl jq gnused
+#! /usr/bin/env nix-shell
+#! nix-shell update-shell.nix -i bash
 
 # Update script for the vscode versions and hashes.
 # Usually doesn't need to be called by hand,