I am getting an error running ‘nix build’. This builds inside a container in circleci. Running the same build in the container locally works just fine. In the same container on circleci it gives the following error:
I am not sure how to debug this given the lack of information.
#!/bin/bash -eo pipefail nix run
trace: warning: `buildRustCrate` is deprecated, use `buildRustCrateForPkgs` instead error: cannot set host name: Operation not permitted (use '--show-trace' to show detailed location information) Exited with code exit status 1
CircleCI received exit code 1