about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2026-04-05 10:20:35 +0200
committerPjotr Prins2026-04-05 10:20:35 +0200
commit74482d84a56c86d8521676bfc93ff26046bfd387 (patch)
tree9beeace950097ad1b18df633f5e537d0bc541153
parent19f7f7235cb9501008c5661b821a5efacef917ed (diff)
downloadgenecup-74482d84a56c86d8521676bfc93ff26046bfd387.tar.gz
Example (guix.scm) add load path
-rw-r--r--guix.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index 43c3f77..8772e29 100644
--- a/guix.scm
+++ b/guix.scm
@@ -7,7 +7,7 @@
 ;;
 ;; Development shell:
 ;;
-;;   guix shell -L . -C -N -F genecup-gemini coreutils -- genecup --port 4201
+;;   guix shell -L . -L ../guix-bioinformatics -C -N -F genecup-gemini coreutils -- genecup --port 4201
 ;;
 ;; Note: API key is read from ~/.config/gemini/credentials
 ;;