ci: fix for nix 2.19

This commit is contained in:
zowoq 2023-12-05 22:19:28 +10:00 committed by mergify[bot]
parent cd13781dc4
commit c5a8eeab29

View File

@ -22,7 +22,7 @@ else
fi
# Update srvos to the latest hash
nix flake lock "$(dirname "$0")" --update-input srvos
nix flake update srvos --flake "$(dirname "$0")"/flake.nix
error=0