diff options
author | Arun Isaac | 2021-11-19 17:42:19 +0530 |
---|---|---|
committer | Arun Isaac | 2021-11-19 17:47:08 +0530 |
commit | e7a25941f716c2f12f9bd156398765faf906c830 (patch) | |
tree | cf61b5fecc97948010920886a14c8405f0841097 | |
parent | 6eddc228ee3da9157f4675eeef4f80ae7a4b8451 (diff) | |
download | ccwl-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.
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |