diff options
author | Frederick Muriuki Muriithi | 2024-11-18 14:41:52 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-18 14:44:33 -0600 |
commit | 7af301caa7d8a5f01e7e3be007e4ba53dc482eee (patch) | |
tree | 11895cd2c9800858086b9693e40030dc2b40eeb3 /.guix-shell | |
parent | 405b549e94ebf18fd6f2666723e6995dd2e0a648 (diff) | |
download | gn-guile-7af301caa7d8a5f01e7e3be007e4ba53dc482eee.tar.gz |
Update invocation documentation. Remove unnecessary scripts/manifest
Since we can now use the package file, we no longer need the
invocation scripts we used before, or the manifest I'd written.
Diffstat (limited to '.guix-shell')
-rwxr-xr-x | .guix-shell | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.guix-shell b/.guix-shell deleted file mode 100755 index bc81e06..0000000 --- a/.guix-shell +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -# -# . .guix-shell -- guile -L . --fresh-auto-compile --listen=1970 - -echo "Create a shell to run tools." - -guix shell -L ~/guix-bioinformatics -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 tar xz python python-lmdb python-cffi guile-gcrypt guile-hashing time gemma-gn2 $* |