diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-09-02 12:36:45 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-09-02 12:36:45 -0400 |
commit | 35305162366f129b584f76c70e51083d527fff8c (patch) | |
tree | 5096f9e34c183bedb0f25068e445c0b162e333cb | |
parent | 3ff4949e053c4e79b7f114ca8ebed323a424d666 (diff) |
guix: Replace 'guix environment' reference with 'guix shell'.
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ ;; ;; To use as the basis for a development environment, run: ;; -;; guix environment -l guix.scm +;; guix shell ;; ;;; Code: |