From fd98cc4fd97dd86d07b110574c2365ce9b87df3d Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 2 Nov 2021 10:35:58 +0000 Subject: bnw: configure guix channels --- bnw-channels.scm | 16 ++++++++++++++++ run_bnw.sh | 5 ++++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 bnw-channels.scm diff --git a/bnw-channels.scm b/bnw-channels.scm new file mode 100644 index 0000000..269e8bf --- /dev/null +++ b/bnw-channels.scm @@ -0,0 +1,16 @@ +(list + (channel + (name 'gn-bioinformatics) + (url "http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics") + (commit + "0ee8053e002a5b19645c6e34ea3c90d5a65596c7")) + (channel + (name 'guix) + (url "https://git.savannah.gnu.org/git/guix.git") + (commit + "ab3a59453eb3bff9cf330d9301122efeec81d05c") + (introduction + (make-channel-introduction + "9edb3f66fd807b096b48283debdcddccfea34bad" + (openpgp-fingerprint + "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))) 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) -- cgit v1.2.3