diff options
author | Pjotr Prins | 2023-11-14 17:53:05 +0100 |
---|---|---|
committer | Pjotr Prins | 2023-11-14 17:53:05 +0100 |
commit | 12e43794a12a94e45c25cadf5d167697c16c4f5f (patch) | |
tree | f761dab8235a7cff9a98f4d865316e14ac46cc13 /scripts/precompute/.guix-shell | |
parent | 0e29ab17e14d1d58905ae708ac48acb0e47cbd86 (diff) | |
download | gn-guile-12e43794a12a94e45c25cadf5d167697c16c4f5f.tar.gz |
Started on precompute script
Diffstat (limited to 'scripts/precompute/.guix-shell')
-rw-r--r-- | scripts/precompute/.guix-shell | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/precompute/.guix-shell b/scripts/precompute/.guix-shell deleted file mode 100644 index 08c74f9..0000000 --- a/scripts/precompute/.guix-shell +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -# -# run with options '-- ./webserver.scm 8091' e.g. -# . .guix-shell -- guile -L .. --fresh-auto-compile --listen=1970 -e main ./webserver.scm 8091 - -echo "Create a shell to run tools. In the container" -echo "mkdir /usr/bin -p" -echo "ln -s \$GUIX_ENVIRONMENT/bin/env /usr/bin/env" - -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 $* |