Makefile: fix the rules

This commit is contained in:
Gabriel Arazas 2022-07-09 11:03:02 +08:00
parent 42436e77f4
commit d091d5c29d

View File

@ -14,4 +14,5 @@ test:
nixos-rebuild --flake ".#${HOST}" dry-activate
.PHONY: update
update:
nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: update inputs"