summaryrefslogtreecommitdiff
path: root/Biz/Ide/repl
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Ide/repl')
-rwxr-xr-xBiz/Ide/repl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Ide/repl b/Biz/Ide/repl
index 4a9dab6..3b24144 100755
--- a/Biz/Ide/repl
+++ b/Biz/Ide/repl
@@ -8,7 +8,7 @@
#
# - if target.hs, load ghci
# - TODO: if target.scm, load scheme repl
-# - TODO: if target.nix, load nix-shell
+# - TODO: if target.nix, load 'nix repl'
##
set -e
target=${1:?}