aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0c3ccd2f..eca68b1f 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,10 @@ clean:
-rm -rv result
-nix-collect-garbage --delete-older-than $(MAX_AGE)
+.PHONY: repl
+repl:
+ guix time-machine -C $(CHANNEL_FILE) -- repl
+
.PHONY: all-systems
all-systems: $(SYSTEMS)