ci: switch to "nix flake update" syntax

This commit is contained in:
Aaron Bieber 2024-05-13 05:45:05 -06:00
parent ed7e05d802
commit 15c898c303
No known key found for this signature in database

2
bin/ci
View File

@ -56,7 +56,7 @@ if [ "${1}" = "update" ]; then
current_hash="$(git rev-parse HEAD)" current_hash="$(git rev-parse HEAD)"
if ! nix flake lock --commit-lock-file --update-input "$inp"; then if ! nix flake update --commit-lock-file "$inp"; then
handle_update_fail "$inp" handle_update_fail "$inp"
continue continue
fi fi