aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorArun Isaac2021-11-19 17:15:01 +0530
committerArun Isaac2021-11-19 17:15:01 +0530
commit8488b57aa5b193b2addc034026af875f1145d61f (patch)
tree4fd9c723d1be790a9e9fe5fbacc2c20e6f23e306 /guix.scm
parent51960ae8867367d0708b9c09f4de84530b25e786 (diff)
downloadgenenetwork3-8488b57aa5b193b2addc034026af875f1145d61f.tar.gz
Do not recommend GUIX_PACKAGE_PATH.
* guix.scm: Do not recommend GUIX_PACKAGE_PATH.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/guix.scm b/guix.scm
index 56a9fc1..7e75149 100644
--- a/guix.scm
+++ b/guix.scm
@@ -17,12 +17,13 @@
;;; You should have received a copy of the GNU General Public License
;;; along with genenetwork3. If not, see https://www.gnu.org/licenses/.
-;; After checking out the git repo
-;; cd ~ ; git clone https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics
+;; Make sure you have the
+;; https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics channel
+;; set up.
;;
;; To get a development container (e.g., run in emacs shell).
;;
-;; env GUIX_PACKAGE_PATH=~/guix-bioinformatics/ guix environment -C -l guix.scm
+;; guix environment -C -l guix.scm
(use-modules (gn packages gemma)
(gn packages python)