Description
We added this hack when env var exposure was implemented to avoid breakage:
https://github.com/rust-lang/miri/blob/master/src/shims/env.rs#L22-L23
However, since then @christianpoveda implemented basic file system access. So do we even still need that hack?