Add update to makefile
All checks were successful
Deploy NixOS / deploy (push) Successful in 21s

This commit is contained in:
2026-02-19 09:57:34 -07:00
parent 527a73ac52
commit bdf7644b9d

View File

@@ -1,4 +1,7 @@
.PHONY: lock
.PHONY: lock update
lock:
nix flake lock
update:
nix flake update