From d091d5c29dd3fab351f5b0c18208c027cc6b2405 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 9 Jul 2022 11:03:02 +0800 Subject: [PATCH] Makefile: fix the rules --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7a81a9e7..5b50c3ba 100644 --- a/Makefile +++ b/Makefile @@ -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"