aboutsummaryrefslogtreecommitdiff
path: root/run_pluto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_pluto.sh')
-rwxr-xr-xrun_pluto.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/run_pluto.sh b/run_pluto.sh
index 0acf720..7e61fb6 100755
--- a/run_pluto.sh
+++ b/run_pluto.sh
@@ -1,8 +1,7 @@
#!/bin/sh
-# Update the path to runpluto as the guix-profile changes.
-/home/shepherd/guix-profiles/pluto/bin/guix shell --container --network --no-cwd julia-visuals -- /gnu/store/wbci39sd5pqrjrb5ak0lkmv9jhnl35kv-julia-visuals-0.0.0-1.e7d670e/runpluto.sh
+/home/shepherd/guix-profiles/pluto/bin/guix build --no-grafts --cores=12 julia-visuals
+/home/shepherd/guix-profiles/pluto/bin/guix shell --container --network --pure julia-visuals nss-certs julia --expose=/etc/ssl --share=/home/shepherd/.julia=/home/shepherd/.julia -- runsliderserver
# Path found in the manifest file in the guix-profile
#$(/home/shepherd/guix-profiles/pluto/bin/guix system container /gnu/store/7zhrc956fl9v4x0fvaav5w8fj1ch3rpa-gn-bioinformatics/share/guile/site/3.0/gn/services/pluto.scm --network)
-#$(/home/shepherd/guix-profiles/pluto/bin/guix system container -L /home/shepherd/guix-past/modules/ -L /home/shepherd/guix-bioinformatics/ /home/shepherd/guix-bioinformatics/gn/services/pluto.scm --network)