diff options
author | Pjotr Prins | 2023-12-21 15:28:51 +0100 |
---|---|---|
committer | Pjotr Prins | 2023-12-21 15:28:51 +0100 |
commit | e68a6a4b879da45b9919459e36e447603a55334e (patch) | |
tree | 41a17a536d66c66bf45014a648f348386d284eb9 /.guix-shell | |
parent | 93fc6fd6685e714989d2b5d8ec9bded696cb0970 (diff) | |
download | gn-guile-e68a6a4b879da45b9919459e36e447603a55334e.tar.gz |
Precompute
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 f3c4ebc..0eb387b 100755 --- a/.guix-shell +++ b/.guix-shell @@ -2,6 +2,6 @@ # # . .guix-shell -- guile -L . --fresh-auto-compile --listen=1970 -echo "Create a shell to run tools. In the container" +echo "Create a shell to run tools." 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 $* |