diff options
| -rwxr-xr-x | run_bnw.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_bnw.sh b/run_bnw.sh index ef00016..39e44cd 100755 --- a/run_bnw.sh +++ b/run_bnw.sh @@ -1,2 +1,2 @@ #!/bin/sh -$(/home/shepherd/.config/guix/20200503/bin/guix system container /home/shepherd/guix-bioinformatics/gn/services/bnw-container.scm --share=/home/shepherd/logs/bnw-server=/var/log --network) +$(/home/shepherd/guix-profiles/bnw/bin/guix system container -L /home/shepherd/guix-past/modules -L /home/shepherd/guix-bioinformatics /home/shepherd/guix-bioinformatics/gn/services/bnw-container.scm --share=/home/shepherd/logs/bnw-server=/var/log --network) |
