For example, when trying to install Dhall with the Nix sandbox enabled: ``` ./dhall-lang/tests/import/success/headerForwardingA.dhall: FAIL Exception: ↳ https://test.dhall-lang.org/Bool/package.dhall using [ { mapKey = "Test", mapValue = "Example" } ] Error: Remote host not found 15│ https://test.dhall-lang.org/Bool/package.dhall 16│ using [ { mapKey = "Test", mapValue = "Example" } ] 15:1 ``` I suggest we spin up a local HTTP server for these tests.