summaryrefslogtreecommitdiff
path: root/Biz/Ide
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-02-18 12:17:40 -0500
committerBen Sima <ben@bsima.me>2022-02-18 12:17:40 -0500
commit58497f2d7e6579824b3c0331c75748bd15b59500 (patch)
tree793e4eda1eaff309c6ba7c768daff7741f84c7c3 /Biz/Ide
parentb1170c6a23c3f38e9444a80e4ef68ae2f46e4ac0 (diff)
Fix note
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 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:?}