diff options
author | Pjotr Prins | 2020-11-07 08:48:38 +0000 |
---|---|---|
committer | Pjotr Prins | 2020-11-07 08:48:38 +0000 |
commit | 7eea5e99222166731c7e55a95f6c00928289b4b9 (patch) | |
tree | 37f979da402866dee77bd98a8ae20b227d46e4bf /.guix-deploy | |
parent | 50f77e0c67d2003d9f36e9ee0f3f81d9b63b04af (diff) | |
download | bh20-seq-resource-7eea5e99222166731c7e55a95f6c00928289b4b9.tar.gz bh20-seq-resource-7eea5e99222166731c7e55a95f6c00928289b4b9.tar.lz bh20-seq-resource-7eea5e99222166731c7e55a95f6c00928289b4b9.zip |
Added failing unit test: No matching triples found for predicate cc:License
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/ |