aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner2021-11-07 08:45:28 +0000
committerShepherd2021-11-07 08:45:28 +0000
commit0e00ab537158963944ca68a4723d51fd094b2af5 (patch)
tree71e1a85c481c1eae02323fe72957b10ffd3cb458
parente84380c51846b622f811a6e37749759b991fc203 (diff)
downloadgn-shepherd-services-0e00ab537158963944ca68a4723d51fd094b2af5.tar.gz
bxd-power: configure guix channels
-rw-r--r--power-channels.scm16
-rwxr-xr-xrun_power.sh2
2 files changed, 17 insertions, 1 deletions
diff --git a/power-channels.scm b/power-channels.scm
new file mode 100644
index 0000000..5700c79
--- /dev/null
+++ b/power-channels.scm
@@ -0,0 +1,16 @@
+(list
+ (channel
+ (name 'gn-bioinformatics)
+ (url "http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics")
+ (commit
+ "a81fa9577474254cbf99105ac4ec9b10d7ccf0dd"))
+ (channel
+ (name 'guix)
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (commit
+ "5e5bcba29576698fe50bcf9cc8e4de2576583d2d")
+ (introduction
+ (make-channel-introduction
+ "9edb3f66fd807b096b48283debdcddccfea34bad"
+ (openpgp-fingerprint
+ "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
diff --git a/run_power.sh b/run_power.sh
index 7cfded7..378896f 100755
--- a/run_power.sh
+++ b/run_power.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-/var/guix/profiles/per-user/shepherd/current-guix/bin/guix environment --ad-hoc bxd-power-calculator-app -- sh -c 'R_LIBS_USER=$GUIX_ENVIRONMENT/site-library/ bxd-power-calculator-app'
+/home/shepherd/guix-profiles/power/bin/guix environment --ad-hoc bxd-power-calculator-app -- sh -c 'R_LIBS_USER=$GUIX_ENVIRONMENT/site-library/ bxd-power-calculator-app'