about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-08-15 12:23:23 -0500
committerFrederick Muriuki Muriithi2025-08-18 14:47:42 -0500
commit4a50332e85181118c2f3b514f65e4c8238550238 (patch)
tree050b535e0ec9cc631a2b703623edc24283459d11
parent1f6d6f6f496f684036cb8d228978c07893c0c806 (diff)
downloadgn-machines-4a50332e85181118c2f3b514f65e4c8238550238.tar.gz
<genenetwork-configuration>: Track package of 'gn-guile' that's used
* genenetwork/services/genenetwork.scm (<genenetwork-configuration>):
  Add a configuration to track the 'gn-guile' package (version,
  build-flags, etc) that is used when setting up the container.
-rw-r--r--genenetwork/services/genenetwork.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/genenetwork/services/genenetwork.scm b/genenetwork/services/genenetwork.scm
index 3c59ea1..f551528 100644
--- a/genenetwork/services/genenetwork.scm
+++ b/genenetwork/services/genenetwork.scm
@@ -118,6 +118,8 @@
                (default "/etc/genenetwork/gn3-secrets.py"))
   (gn-auth-secrets genenetwork-configuration-gn-auth-secrets
                    (default "/etc/genenetwork"))
+  (gn-guile genenetwork-configuration-gn-guile
+            (default gn-guile))
   (gn-guile-port genenetwork-configuration-gn-guile-port
                  (default 8091))
   (gn-doc-git-checkout genenetwork-configuration-gn-doc-git-checkout