From db98b353f53d46085461dd4185e8d3646f2a35c8 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 4 Apr 2024 03:04:56 -0500 Subject: fallback: for now use special guix build --- fallback-deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.3