git pull instead of nix flake update since actions does the update for me
This commit is contained in:
parent
54e8e4ba59
commit
f53a3aae2d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
nix flake update
|
git pull
|
||||||
|
|
||||||
if [ -z "${OVERRIDE:-}" ]
|
if [ -z "${OVERRIDE:-}" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Reference in a new issue