aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShepherd on Tux022024-11-22 04:59:33 -0600
committerShepherd on Tux022024-11-22 04:59:33 -0600
commit4828accd5b4cd62ae66fd4845e1768b170225c1e (patch)
tree1743cb465ca664fdf9e58b2a2de2749d346eae01
parentd69ec58fe250f73aa3115084241270fc1ab65d67 (diff)
downloadgn-shepherd-services-4828accd5b4cd62ae66fd4845e1768b170225c1e.tar.gz
Modernize guix invocation with shell and --root
-rwxr-xr-xrun_power.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/run_power.sh b/run_power.sh
index 378896f..851bacb 100755
--- a/run_power.sh
+++ b/run_power.sh
@@ -1,2 +1,3 @@
#!/bin/sh
-/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'
+
+/home/wrk/opt/guix-pull-5-link/bin/guix shell --root=/home/shepherd/guix-profiles/bxd-power-app bxd-power-calculator-app -- sh -c 'R_LIBS_USER=$GUIX_ENVIRONMENT/site-library/ bxd-power-calculator-app'