summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2023-07-07 23:03:12 -0700
committerTheodore Ni <3806110+tjni@users.noreply.github.com>2023-07-18 18:16:17 -0700
commitac6902075050a3656e29e192059a322aa0c16249 (patch)
treea8ddf6a7ee013b605c75d185c04546f61062d13e
parent551db1309ce4a9e4da588966d0f1623a948fed74 (diff)
downloadnixpkgs-ac6902075050a3656e29e192059a322aa0c16249.tar
nixpkgs-ac6902075050a3656e29e192059a322aa0c16249.tar.gz
nixpkgs-ac6902075050a3656e29e192059a322aa0c16249.tar.bz2
nixpkgs-ac6902075050a3656e29e192059a322aa0c16249.tar.lz
nixpkgs-ac6902075050a3656e29e192059a322aa0c16249.tar.xz
nixpkgs-ac6902075050a3656e29e192059a322aa0c16249.tar.zst
nixpkgs-ac6902075050a3656e29e192059a322aa0c16249.zip
treewide: remove unused nix-prefetch-github from shebangs
-rwxr-xr-xmaintainers/scripts/haskell/update-hackage.sh2
-rwxr-xr-xmaintainers/scripts/haskell/update-stackage.sh2
-rwxr-xr-xpkgs/servers/web-apps/hedgedoc/update.sh2
-rwxr-xr-xpkgs/tools/inputmethods/fcitx5/update.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/maintainers/scripts/haskell/update-hackage.sh b/maintainers/scripts/haskell/update-hackage.sh
index a7cfecbbb0f..5aa644a3d0f 100755
--- a/maintainers/scripts/haskell/update-hackage.sh
+++ b/maintainers/scripts/haskell/update-hackage.sh
@@ -1,5 +1,5 @@
 #! /usr/bin/env nix-shell
-#! nix-shell -i bash -p nix curl jq nix-prefetch-github git gnused -I nixpkgs=.
+#! nix-shell -i bash -p nix curl jq git gnused -I nixpkgs=.
 
 # See regenerate-hackage-packages.sh for details on the purpose of this script.
 
diff --git a/maintainers/scripts/haskell/update-stackage.sh b/maintainers/scripts/haskell/update-stackage.sh
index 4fee4330843..ba64b42ba9b 100755
--- a/maintainers/scripts/haskell/update-stackage.sh
+++ b/maintainers/scripts/haskell/update-stackage.sh
@@ -1,5 +1,5 @@
 #! /usr/bin/env nix-shell
-#! nix-shell -i bash -p nix curl jq nix-prefetch-github git gnused gnugrep -I nixpkgs=.
+#! nix-shell -i bash -p nix curl jq git gnused gnugrep -I nixpkgs=.
 # shellcheck shell=bash
 
 set -eu -o pipefail
diff --git a/pkgs/servers/web-apps/hedgedoc/update.sh b/pkgs/servers/web-apps/hedgedoc/update.sh
index fc6c30e9e55..5fe1c39d0d6 100755
--- a/pkgs/servers/web-apps/hedgedoc/update.sh
+++ b/pkgs/servers/web-apps/hedgedoc/update.sh
@@ -1,5 +1,5 @@
 #!/usr/bin/env nix-shell
-#!nix-shell -I nixpkgs=../../../../ -i bash -p nix wget prefetch-yarn-deps nix-prefetch-github jq
+#!nix-shell -I nixpkgs=../../../../ -i bash -p nix wget prefetch-yarn-deps jq
 set -euo pipefail
 cd "$(dirname "$0")"
 
diff --git a/pkgs/tools/inputmethods/fcitx5/update.py b/pkgs/tools/inputmethods/fcitx5/update.py
index fba390211c8..6c745ef7dbe 100755
--- a/pkgs/tools/inputmethods/fcitx5/update.py
+++ b/pkgs/tools/inputmethods/fcitx5/update.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env nix-shell
-#!nix-shell -i python3 -p nix-update nix-prefetch-github python3Packages.requests
+#!nix-shell -i python3 -p nix-update python3Packages.requests
 
 from nix_prefetch_github import *
 import requests