tvix: nix repl makes terminal input inivisble after exception has been thrown

#84
Opened by andi at 2020-11-27T18·35+00

# $(nix-build -A third_party.nix.test-vm --no-out-link)/bin/run-nixos-vm
# nix repl '<depot>'
Welcome to Nix version 2.3.4. Type :? for help.

Loading '<depot>'...
Added 20 variables.

nix-repl> third_party.nix
 … starts downloading all the things but can't in the current test-vm as it runs out of disk space (somewhere) …
tar: Exiting with failure status due to previous errors
E20201127 18:32:57.731706   966 repl.cc:259] error: program 'tar' failed with exit code 2

nix-repl>          # no more visible input from here on

  1. andi changed the subject of this issue from "tvix: nix repl makes hides terminal input on crash" to "tvix: nix repl makes terminal input inivisble after exception has been thrown" at 2020-11-27T18·35+00
  2. tazjin closed this issue at 2022-05-28T18·44+00