aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorArun Isaac2021-11-19 17:42:19 +0530
committerArun Isaac2021-11-19 17:47:08 +0530
commite7a25941f716c2f12f9bd156398765faf906c830 (patch)
treecf61b5fecc97948010920886a14c8405f0841097 /guix.scm
parent6eddc228ee3da9157f4675eeef4f80ae7a4b8451 (diff)
downloadccwl-e7a25941f716c2f12f9bd156398765faf906c830.tar.gz
ccwl-e7a25941f716c2f12f9bd156398765faf906c830.tar.lz
ccwl-e7a25941f716c2f12f9bd156398765faf906c830.zip
guix.scm: Replace guix environment with guix shell.
guix environment has been superseded by guix shell. * guix.scm: Replace guix environment with guix shell.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm2
1 files changed, 1 insertions, 1 deletions
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: