From c834920ba7ae8b98f20f2256a61310b1138fcc2e Mon Sep 17 00:00:00 2001 From: jgart <47760695+jgarte@users.noreply.github.com> Date: Mon, 1 Nov 2021 11:51:02 -0400 Subject: [PATCH] Update guix environment command to guix shell --- guix.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix.scm b/guix.scm index d35b0ba..51f5826 100644 --- a/guix.scm +++ b/guix.scm @@ -29,7 +29,7 @@ ;; The main purpose of this file though is to make a development ;; environment for building Emacs-Guix: ;; -;; guix environment --pure --load=guix.scm +;; guix shell --pure --file=guix.scm ;; ./autogen.sh ;; ./configure ;; make