summaryrefslogtreecommitdiff
path: root/Biz
diff options
context:
space:
mode:
Diffstat (limited to 'Biz')
-rwxr-xr-xBiz/Ide/repl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Ide/repl b/Biz/Ide/repl
index 79e7875..4a9dab6 100755
--- a/Biz/Ide/repl
+++ b/Biz/Ide/repl
@@ -12,7 +12,7 @@
##
set -e
target=${1:?}
- json=$(bild --json $1)
+ json=$(bild --json "$target")
langdeps=$(jq --raw-output '.[].langdeps | join(" ")' <<< $json)
nix-shell \
--packages "(import $BIZ_ROOT/Biz/Bild.nix {}).ghcWith (h: with h; [$langdeps])" \