From e7a25941f716c2f12f9bd156398765faf906c830 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 19 Nov 2021 17:42:19 +0530 Subject: guix.scm: Replace guix environment with guix shell. guix environment has been superseded by guix shell. * guix.scm: Replace guix environment with guix shell. --- guix.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix.scm b/guix.scm index 78d7c41..31eec71 100644 --- a/guix.scm +++ b/guix.scm @@ -23,7 +23,7 @@ ;; Run the following command to enter a development environment for ;; ccwl: ;; -;; $ guix environment -l guix.scm +;; $ guix shell -Df guix.scm ;;; Code: -- cgit v1.2.3