diff options
author | Arun Isaac | 2021-11-19 17:16:07 +0530 |
---|---|---|
committer | Arun Isaac | 2021-11-19 17:16:07 +0530 |
commit | abc0d36f39c691652fee81bce808d625fc368e72 (patch) | |
tree | 3248a372c0e4741390278584dfb5bb5459b6d8a2 /guix.scm | |
parent | 8488b57aa5b193b2addc034026af875f1145d61f (diff) | |
download | genenetwork3-abc0d36f39c691652fee81bce808d625fc368e72.tar.gz |
Replace guix environment with guix shell.
* README.md, guix.scm: Replace guix environment with guix shell.
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ ;; ;; To get a development container (e.g., run in emacs shell). ;; -;; guix environment -C -l guix.scm +;; guix shell -C -Df guix.scm (use-modules (gn packages gemma) (gn packages python) |