diff options
author | Frederick Muriuki Muriithi | 2024-08-16 10:28:19 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-08-16 10:28:19 -0500 |
commit | a44d4c34e6c53defbe72db01f46795ae93c277b6 (patch) | |
tree | 1ca5f2813773aef53a94a9d769a81fe510c01acd /topics/testing/mechanical-rob.gmi | |
parent | f7175cd2540718e0e13c34cf500613df7aee88da (diff) | |
download | gn-gemtext-a44d4c34e6c53defbe72db01f46795ae93c277b6.tar.gz |
mechanical-rob: Add secrets file
Diffstat (limited to 'topics/testing/mechanical-rob.gmi')
-rw-r--r-- | topics/testing/mechanical-rob.gmi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/topics/testing/mechanical-rob.gmi b/topics/testing/mechanical-rob.gmi index 3429559..24e7b3c 100644 --- a/topics/testing/mechanical-rob.gmi +++ b/topics/testing/mechanical-rob.gmi @@ -43,6 +43,7 @@ $ guix shell --container --network \ --expose=</path/to/directory/with/genotypes> \ --expose=</path/to/local/genenetwork3> \ --expose=</path/to/setting/file> \ + --expose=</path/to/secrets/file> \ --file=guix.scm bash ``` The last `bash` is to ensure we install the Bourne-Again Shell whic we use to launch the application. The `</path/to/local/genenetwork3>` can be omitted if you do not need the latest code in GN3 to be included in your running GN2. |