diff options
author | Pjotr Prins | 2023-11-15 07:46:12 +0100 |
---|---|---|
committer | Pjotr Prins | 2023-11-15 07:46:12 +0100 |
commit | 58acb7ccf46881708f7552ad303fb156603c29d2 (patch) | |
tree | 3138cc8484d6e934bc901110f2580bc041574668 /.guix-shell | |
parent | 12e43794a12a94e45c25cadf5d167697c16c4f5f (diff) | |
download | gn-guile-58acb7ccf46881708f7552ad303fb156603c29d2.tar.gz |
Return list of BXD
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 645b8c6..502f4b1 100755 --- a/.guix-shell +++ b/.guix-shell @@ -1,6 +1,6 @@ #!/bin/bash # -# . .guix-shell -- guile -L .. --fresh-auto-compile --listen=1970 +# . .guix-shell -- guile -L . --fresh-auto-compile --listen=1970 echo "Create a shell to run tools. In the container" |