summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2019-12-10 08:30:00 -0500
committerTim Steinbach <tim@nequissimus.com>2019-12-10 08:30:00 -0500
commit68708349f111da4c2c9ec3b4ac6e5105796ee9c4 (patch)
tree0964fe45d44d0b6e50b93b974806b9a43148b854 /pkgs
parentf4bedb49b767995f6dd961b41e0b0a830628620c (diff)
downloadnixpkgs-68708349f111da4c2c9ec3b4ac6e5105796ee9c4.tar
nixpkgs-68708349f111da4c2c9ec3b4ac6e5105796ee9c4.tar.gz
nixpkgs-68708349f111da4c2c9ec3b4ac6e5105796ee9c4.tar.bz2
nixpkgs-68708349f111da4c2c9ec3b4ac6e5105796ee9c4.tar.lz
nixpkgs-68708349f111da4c2c9ec3b4ac6e5105796ee9c4.tar.xz
nixpkgs-68708349f111da4c2c9ec3b4ac6e5105796ee9c4.tar.zst
nixpkgs-68708349f111da4c2c9ec3b4ac6e5105796ee9c4.zip
git: Add git to update script
Otherwise the system's git will be used, which may not exist
or, as is the case with Ubuntu, not have the --sort flag for ls-remote.
Diffstat (limited to 'pkgs')
-rwxr-xr-xpkgs/applications/version-management/git-and-tools/git/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git/update.sh b/pkgs/applications/version-management/git-and-tools/git/update.sh
index 1f1a29782ec..a9fa18be155 100755
--- a/pkgs/applications/version-management/git-and-tools/git/update.sh
+++ b/pkgs/applications/version-management/git-and-tools/git/update.sh
@@ -1,5 +1,5 @@
 #!/usr/bin/env nix-shell
-#!nix-shell -i bash -p curl common-updater-scripts jq
+#!nix-shell -i bash -p curl common-updater-scripts jq git
 
 set -eu -o pipefail