ci: switch to "nix flake update" syntax
This commit is contained in:
parent
ed7e05d802
commit
15c898c303
2
bin/ci
2
bin/ci
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user