summaryrefslogtreecommitdiff
path: root/Biz/Ide
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Ide')
-rwxr-xr-xBiz/Ide/repl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Ide/repl b/Biz/Ide/repl
index c6259e1..3ed9fa1 100755
--- a/Biz/Ide/repl
+++ b/Biz/Ide/repl
@@ -50,7 +50,7 @@ fi
for lib in ${langdeps[@]}; do
flags+=(--packages "$BILD.private.nixpkgs.guile-${lib}")
done
- flags+=(--packages "$BILD.private.nixpkgs.guile_3_0")
+ flags+=(--packages "$BILD.private.nixpkgs.guile")
command=${CMD:-"guile -L ${BIZ_ROOT:?} -C ${BIZ_ROOT:?}/_/int --r7rs --listen=${PORT:-37146}"}
;;
Lisp)