diff options
author | Ben Sima <ben@bsima.me> | 2022-02-18 12:17:40 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-02-18 12:17:40 -0500 |
commit | 58497f2d7e6579824b3c0331c75748bd15b59500 (patch) | |
tree | 793e4eda1eaff309c6ba7c768daff7741f84c7c3 /Biz/Ide | |
parent | b1170c6a23c3f38e9444a80e4ef68ae2f46e4ac0 (diff) |
Fix note
Diffstat (limited to 'Biz/Ide')
-rwxr-xr-x | Biz/Ide/repl | 2 |
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:?} |