diff options
-rw-r--r-- | guix.scm | 2 |
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: |