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:
parent
a487d42101
commit
0187838e2e
2 changed files with 23 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue