Makefile: update update step

This commit is contained in:
Gabriel Arazas 2024-01-20 11:29:06 +08:00
parent 462ddf9d7d
commit 2a9d435e8d
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -16,8 +16,7 @@ test:
.PHONY: update
update:
git checkout -- flake.lock
nix flake update \
--commit-lock-file --commit-lockfile-summary "flake.lock: update inputs"
nix flake update --commit-lock-file
.PHONY: update_with_forked_inputs
update_with_forked_inputs: