From f53a3aae2d7ed6753c1510e16491c8a998b75344 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 14 Jan 2022 09:43:29 +0100 Subject: [PATCH] git pull instead of nix flake update since actions does the update for me --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 0403efff..d9e4f6b6 100755 --- a/update.sh +++ b/update.sh @@ -2,7 +2,7 @@ set -euo pipefail set -x -nix flake update +git pull if [ -z "${OVERRIDE:-}" ] then