diff options
| author | Pjotr Prins | 2026-04-05 10:20:35 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2026-04-05 10:20:35 +0200 |
| commit | 74482d84a56c86d8521676bfc93ff26046bfd387 (patch) | |
| tree | 9beeace950097ad1b18df633f5e537d0bc541153 | |
| parent | 19f7f7235cb9501008c5661b821a5efacef917ed (diff) | |
| download | genecup-74482d84a56c86d8521676bfc93ff26046bfd387.tar.gz | |
Example (guix.scm) add load path
| -rw-r--r-- | guix.scm | 2 |
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 ;; |
