diff options
| author | Pjotr Prins | 2025-11-03 10:30:31 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2025-11-03 10:30:31 +0100 |
| commit | 8e49a8599ac5b7a6608b6b03c6e146c69b431e58 (patch) | |
| tree | 64a5cfec748de5089b16d0c984c3ff78868b9d79 | |
| parent | 955f0f8a484b097518d22bc09ac115b43430d495 (diff) | |
| download | gn-guile-8e49a8599ac5b7a6608b6b03c6e146c69b431e58.tar.gz | |
Use the guix shell one layer up
| -rw-r--r-- | web/.guix-shell | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/web/.guix-shell b/web/.guix-shell deleted file mode 100644 index 5688db2..0000000 --- a/web/.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 -# -# Note this script is used by Pjotr(!). Don't remove it. - -echo "Note run: running web-server" - -guix shell guile guile-commonmark guile-fibers guile-json guile-gnutls guile-readline guile-redis openssl nss-certs $* |
