summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-09-02 12:36:45 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-09-02 12:36:45 -0400
commit35305162366f129b584f76c70e51083d527fff8c (patch)
tree5096f9e34c183bedb0f25068e445c0b162e333cb
parent3ff4949e053c4e79b7f114ca8ebed323a424d666 (diff)
guix: Replace 'guix environment' reference with 'guix shell'.
-rw-r--r--guix.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index d3c1e92..8685eb2 100644
--- a/guix.scm
+++ b/guix.scm
@@ -24,7 +24,7 @@
;;
;; To use as the basis for a development environment, run:
;;
-;; guix environment -l guix.scm
+;; guix shell
;;
;;; Code: