Demonstrates the issue described in ipetkov/crane#209 (comment)
The issue is that files in the root directory can't be accessed by tests when using Nix.
cd nested
and cargo test -- --nocapture
within the dev shell.
nix build
or nix build .#foo
from the root.