aboutsummaryrefslogtreecommitdiff
path: root/run_bnw.sh
diff options
context:
space:
mode:
authorEfraim Flashner2021-11-02 10:35:58 +0000
committerShepherd2021-11-02 10:35:58 +0000
commitfd98cc4fd97dd86d07b110574c2365ce9b87df3d (patch)
treedbec97bbb15d0050faa0c9688c743df15f89d1e4 /run_bnw.sh
parent370c52bdcc15831463723e047e210fc43a284667 (diff)
downloadgn-shepherd-services-fd98cc4fd97dd86d07b110574c2365ce9b87df3d.tar.gz
bnw: configure guix channels
Diffstat (limited to 'run_bnw.sh')
-rwxr-xr-xrun_bnw.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/run_bnw.sh b/run_bnw.sh
index 39e44cd..afe9435 100755
--- a/run_bnw.sh
+++ b/run_bnw.sh
@@ -1,2 +1,5 @@
#!/bin/sh
-$(/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)
+# This version for the bnw guix profile which includes guix-bioinformatics, using bnw-channels.scm.
+$(/home/shepherd/guix-profiles/bnw/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)