diff options
Diffstat (limited to 'tvix')
-rw-r--r-- | tvix/docs/src/TODO.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tvix/docs/src/TODO.md b/tvix/docs/src/TODO.md index 9baf170351e4..e29559f92386 100644 --- a/tvix/docs/src/TODO.md +++ b/tvix/docs/src/TODO.md @@ -89,12 +89,6 @@ Extend the other pages in here. Some ideas on what should be tackled: ## Features -### CLI - - `nix repl` can set variables and effectively mutates a global scope. We - should update the existing / add another repl that allows the same. We don't - want to mutate the evaluator, but should construct a new one, passing in the - root scope returned from the previous evaluation. - ### Fetchers Some more fetcher-related builtins need work: - `fetchGit` |