aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorPjotr Prins2021-08-07 11:17:21 +0200
committerPjotr Prins2021-08-07 11:17:21 +0200
commit33700066452e3c5f341b790f015f85fb976d06be (patch)
treeb76bece44a374e5d6f41c6bcd6e925cde350d24b /guix.scm
parent64e567caaca9c56d2d5f2a1bafe01860927e2c0c (diff)
downloadgenenetwork3-33700066452e3c5f341b790f015f85fb976d06be.tar.gz
Update info on running guix container
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm11
1 files changed, 11 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index efef9c1..c18f329 100644
--- a/guix.scm
+++ b/guix.scm
@@ -17,6 +17,17 @@
;;; You should have received a copy of the GNU General Public License
;;; along with genenetwork3. If not, see https://www.gnu.org/licenses/.
+;; To use this file to build HEAD of gemma:
+;;
+;; env GUIX_PACKAGE_PATH=~/guix-bioinformatics/ guix build -f guix.scm
+;;
+;; After checking out the git repo
+;; cd ~ ; git clone https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics
+;;
+;; To get a development container (e.g., run in emacs shell).
+;;
+;; env GUIX_PACKAGE_PATH=~/guix-bioinformatics/ guix environment -C -l guix.scm
+
(use-modules
(srfi srfi-1)
(srfi srfi-26)