~ruther/guix-config

7ed83ca51fed9a570da7e0a5cff9191063da329f — Rutherther 7 months ago cdc9bac
fix: makefile
1 files changed, 7 insertions(+), 7 deletions(-)

M Makefile
M Makefile => Makefile +7 -7
@@ 5,25 5,25 @@ HOME_ARGS = -L ./home/modules ./home/home-configuration.scm
TIMEMACHINE = guix time-machine -C channels.scm

system-build: channels-lock.scm
	$(TIMEMACHINE) -- guix system build $(SYSTEM_ARGS)
	$(TIMEMACHINE) -- system build $(SYSTEM_ARGS)

system-reconfigure: channels-lock.scm
	$(TIMEMACHINE) -- guix system reconfigure $(SYSTEM_ARGS)
	$(TIMEMACHINE) -- system reconfigure $(SYSTEM_ARGS)

system-vm: channels-lock.scm
	$(TIMEMACHINE) -- guix system vm $(SYSTEM_ARGS)
	$(TIMEMACHINE) -- system vm $(SYSTEM_ARGS)

system-container: channels-lock.scm
	$(TIMEMACHINE) -- guix system container $(SYSTEM_ARGS)
	$(TIMEMACHINE) -- system container $(SYSTEM_ARGS)

home-build: channels-lock.scm
	$(TIMEMACHINE) -- guix home build $(HOME_ARGS)
	$(TIMEMACHINE) -- home build $(HOME_ARGS)

home-reconfigure: channels-lock.scm
	$(TIMEMACHINE) -- guix home reconfigure $(HOME_ARGS)
	$(TIMEMACHINE) -- home reconfigure $(HOME_ARGS)

home-container: channels-lock.scm
	$(TIMEMACHINE) -- guix home container $(HOME_ARGS)
	$(TIMEMACHINE) -- home container $(HOME_ARGS)

channels-lock.scm: channels.scm
	$(TIMEMACHINE) -- describe -f channels > channels-lock.scm

Do not follow this link