aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-08-30 23:30:23 -0600
committerKenny Ballou <kb@devnulllabs.io>2022-08-30 23:30:23 -0600
commitad8a507386553b270c1ca5fcef643076878a8833 (patch)
treef7a2db9724ad7b20c9af2b81f4700f0831065103 /Makefile
parent994f65c3fda7d1b1963339988c00c1959da018a4 (diff)
downloaddotfiles-ad8a507386553b270c1ca5fcef643076878a8833.tar.gz
dotfiles-ad8a507386553b270c1ca5fcef643076878a8833.tar.xz
add repl target
This is a convenience target for getting into a guix repl using the correct channels. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
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)