about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
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 /pkgs/tools/inputmethods
parent551db1309ce4a9e4da588966d0f1623a948fed74 (diff)
treewide: remove unused nix-prefetch-github from shebangs
Diffstat (limited to 'pkgs/tools/inputmethods')
-rwxr-xr-xpkgs/tools/inputmethods/fcitx5/update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/update.py b/pkgs/tools/inputmethods/fcitx5/update.py
index fba390211c82a..6c745ef7dbecd 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