diff options
author | Pjotr Prins | 2023-12-02 16:45:55 -0600 |
---|---|---|
committer | Pjotr Prins | 2023-12-02 16:45:55 -0600 |
commit | 8fb091769b6b01d476b45943bac54a26a8923573 (patch) | |
tree | 94569831fcfccb3680dfe47cff41efb01c53278b /.guix-shell | |
parent | 186da1d636f88421d1bbca0033e2d99a3b15e6cd (diff) | |
download | gn-guile-8fb091769b6b01d476b45943bac54a26a8923573.tar.gz |
Run gemma
Diffstat (limited to '.guix-shell')
-rwxr-xr-x | .guix-shell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.guix-shell b/.guix-shell index 988e529..f3c4ebc 100755 --- a/.guix-shell +++ b/.guix-shell @@ -4,4 +4,4 @@ echo "Create a shell to run tools. In the container" -guix shell -C -D -F --network coreutils guile guile-dbi guile-dbd-mysql guile-fibers guile-json guile-gnutls guile-readline guile-redis openssl nss-certs gemma $* +guix shell -C -D -F --network coreutils guile guile-dbi guile-dbd-mysql guile-fibers guile-json guile-gnutls guile-readline guile-redis openssl nss-certs gemma parallel $* |