1 files changed, 1 insertions(+), 1 deletions(-)
M Makefile
M Makefile => Makefile +1 -1
@@ 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)