diff options
author | Pjotr Prins | 2023-11-21 11:26:07 +0100 |
---|---|---|
committer | Pjotr Prins | 2023-11-21 11:26:07 +0100 |
commit | e4cb959730ed5d89c8f5e96de2ddbd405fcf2cc9 (patch) | |
tree | e8475ebb93605cd81edd6b3d12fc4a80ca24093e /.guix-shell | |
parent | f65cada4f70d7449f38f1fef5164d7c52283a0e9 (diff) | |
download | gn-guile-e4cb959730ed5d89c8f5e96de2ddbd405fcf2cc9.tar.gz |
Adding 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 502f4b1..9f5b009 100755 --- a/.guix-shell +++ b/.guix-shell @@ -4,4 +4,4 @@ echo "Create a shell to run tools. In the container" -guix shell -C -F --network coreutils guile guile-dbi guile-dbd-mysql guile-fibers guile-json guile-gnutls guile-readline guile-redis openssl nss-certs $* +guix shell -C -F --network coreutils guile guile-dbi guile-dbd-mysql guile-fibers guile-json guile-gnutls guile-readline guile-redis openssl nss-certs gemma $* |