diff options
Diffstat (limited to 'Biz')
-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:?} |