From 68708349f111da4c2c9ec3b4ac6e5105796ee9c4 Mon Sep 17 00:00:00 2001 From: Tim Steinbach Date: Tue, 10 Dec 2019 08:30:00 -0500 Subject: [PATCH] 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. --- .../applications/version-management/git-and-tools/git/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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