~ruther/guix-config

23e92d7997b1a6389caa07288959162385c3d845 — Rutherther 5 months ago a6c824e
fix: Makefile always recreated target/guix since the store doesn't keep stat
1 files changed, 2 insertions(+), 2 deletions(-)

M Makefile
M Makefile => Makefile +2 -2
@@ 6,9 6,9 @@ TIMEMACHINE = guix time-machine -C channels-lock.scm

GUIX=target/guix/bin/guix

target/guix: channels-lock.scm channels-profile.scm channels-manifest.scm
target: channels-lock.scm channels-profile.scm channels-manifest.scm
	rm -rf target
	mkdir -p target
	rm -rf ./target/guix
	guix build \
    -f ./channels-profile.scm \
		-r ./target/guix

Do not follow this link