1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 22:33:57 +02:00

Add a trace to readLine() failures

Hopefully this helps to diagnose 'error: unexpected EOF reading a
line' on macOS.
This commit is contained in:
Eelco Dolstra 2021-02-05 12:11:50 +01:00
parent a487d42101
commit 0187838e2e
2 changed files with 23 additions and 3 deletions

View file

@ -21,6 +21,7 @@ experimental-features = nix-command flakes
gc-reserved-space = 0
substituters =
flake-registry = $TEST_ROOT/registry.json
show-trace = true
include nix.conf.extra
EOF