diff options
author | Frederick Muriuki Muriithi | 2025-08-15 12:23:23 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-08-18 14:47:42 -0500 |
commit | 4a50332e85181118c2f3b514f65e4c8238550238 (patch) | |
tree | 050b535e0ec9cc631a2b703623edc24283459d11 | |
parent | 1f6d6f6f496f684036cb8d228978c07893c0c806 (diff) | |
download | gn-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.scm | 2 |
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 |