diff options
| author | Pjotr Prins | 2026-03-27 13:32:29 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2026-03-27 13:47:54 +0100 |
| commit | 2a2e63676732c15b6251878ebd8260e843c540b2 (patch) | |
| tree | 384e6cfde7d403078cf7584d6a5625d2b300efe8 | |
| parent | ee399c90a24cc283812fecbc5580c1e36841f27d (diff) | |
| download | genecup-2a2e63676732c15b6251878ebd8260e843c540b2.tar.gz | |
Update instructions (guix.scm)
| -rw-r--r-- | guix.scm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/guix.scm b/guix.scm index 06e851c..19d2f9e 100644 --- a/guix.scm +++ b/guix.scm @@ -3,17 +3,12 @@ ;; ;; Build with: ;; -;; guix build -L ../guix-bioinformatics -L ../guix-past/modules \ -;; -L ../guix-rust-past-crates/modules -f guix.scm +;; guix build -f guix.scm ;; ;; Development shell: ;; -;; guix shell -L ../guix-bioinformatics -L ../guix-past/modules \ -;; -L ../guix-rust-past-crates/modules -D -f guix.scm +;; guix shell -L . -C -N -F genecup-gemini coreutils -- env GEMINI_API_KEY="AIz**" ./server.py --port 4201 ;; -;; Run in shell -;; -;; . ./settings.sh && ./server.py ;; (define-module (guix) |
