diff options
author | lltommy | 2020-11-11 09:56:12 +0100 |
---|---|---|
committer | lltommy | 2020-11-11 09:56:12 +0100 |
commit | d6aa323b6fc7a82e45cc1df51fc72c2d547146eb (patch) | |
tree | 6e8b77bde4dc34fab3fa8804906f3cb821f61dae /.guix-deploy | |
parent | c5fe5de7e4c77bfb48b1ae2f662c2d9cc120c06e (diff) | |
parent | c872248e43c1c66e5fed8ef341f7b4ac21d63e6f (diff) | |
download | bh20-seq-resource-d6aa323b6fc7a82e45cc1df51fc72c2d547146eb.tar.gz bh20-seq-resource-d6aa323b6fc7a82e45cc1df51fc72c2d547146eb.tar.lz bh20-seq-resource-d6aa323b6fc7a82e45cc1df51fc72c2d547146eb.zip |
Merge branch 'master' of https://github.com/arvados/bh20-seq-resource
Diffstat (limited to '.guix-deploy')
-rw-r--r-- | .guix-deploy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.guix-deploy b/.guix-deploy index 570ae10..f79340d 100644 --- a/.guix-deploy +++ b/.guix-deploy @@ -1,4 +1,6 @@ #! /bin/sh +# +# This script runs the web server in a Guix container GUIX_PROFILE=~/.config/guix/current export GUILE_LOAD_PATH=$GUIX_PROFILE/share/guile/site/3.0/ |