diff options
author | Pjotr Prins | 2024-04-04 03:04:56 -0500 |
---|---|---|
committer | Pjotr Prins | 2024-04-04 03:05:04 -0500 |
commit | db98b353f53d46085461dd4185e8d3646f2a35c8 (patch) | |
tree | 5b0ebb9b8a9de3c0f514e55bad48276e2e857fce /fallback-deploy.sh | |
parent | 72cd24c100e8827f5bce357c69264e4b98ffc1b9 (diff) | |
download | gn-machines-db98b353f53d46085461dd4185e8d3646f2a35c8.tar.gz |
fallback: for now use special guix build
Diffstat (limited to 'fallback-deploy.sh')
-rwxr-xr-x | fallback-deploy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fallback-deploy.sh b/fallback-deploy.sh index 5419d0f..436c19a 100755 --- a/fallback-deploy.sh +++ b/fallback-deploy.sh @@ -32,9 +32,10 @@ mkdir -p /export2/data/genenetwork-sqlite mkdir -p /export/data/genenetwork/genotype_files # Note that if you change these paths you need to rebuild the container -container_script=$(guix system container \ +container_script=$(~/opt/guix-gndev/bin/guix system container \ --network \ --load-path=. \ + -L ~/guix-bioinformatics \ --verbosity=3 \ --share=/export2/guix-containers/genenetwork/var/lib/acme=/var/lib/acme \ --share=/export2/guix-containers/genenetwork/tmp=/var/tmp \ |