From 2a29f96ac2d692cf8bcd7e34d27b6913f3015890 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Mon, 27 Mar 2023 09:42:45 -0600 Subject: make: use time-machine for lint Signed-off-by: Kenny Ballou --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0871ed41..83e51558 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ rollback-system: .PHONY: lint lint: - guix lint $(LOAD_PATH) ./ + guix time-machine -C $(CHANNEL_FILE) -- lint $(LOAD_PATH) ./ .PHONY: refresh refresh: -- cgit v1.2.1