From 49b14334a4aa71915c8267e4d776b6bddc8664bd Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 16 Aug 2024 18:12:29 +0200 Subject: [PATCH] fix: channels-lock.scm should be used in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f308bba..58f2b0e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SYSTEM_ARGS = -L ./modules ./config.scm HOME_ARGS = -L ./home/modules ./home/home-configuration.scm -TIMEMACHINE = guix time-machine -C channels.scm +TIMEMACHINE = guix time-machine -C channels-lock.scm system-build: channels-lock.scm $(TIMEMACHINE) -- system build $(SYSTEM_ARGS) -- 2.48.1