about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--guix.scm9
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)