From fb97840bbfe54c8ce385f3a1f3df3b97bb29928d Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 29 Oct 2023 17:52:08 +0800 Subject: [PATCH] Makefile: add update step --- makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile b/makefile index 1623331..cb3ccbf 100644 --- a/makefile +++ b/makefile @@ -12,3 +12,7 @@ reinstall: .PHONY: clean clean: ./vtsm --manifest ".vtsm/${MANIFEST}.json" --commands "stow --delete {package} --target {location}" $(FLAGS) + +.PHONY: update +update: + nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: update inputs"