git pull instead of nix flake update since actions does the update for me

This commit is contained in:
Charlotte Van Petegem 2022-01-14 09:43:29 +01:00
parent 54e8e4ba59
commit f53a3aae2d
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -2,7 +2,7 @@
set -euo pipefail
set -x
nix flake update
git pull
if [ -z "${OVERRIDE:-}" ]
then