Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rabbitmq-server: Fix building on Darwin
On Darwin, settin HOME=/build before calling rabbitmqctl doesn't work: it produces an error while trying to create a file in /build because the /build directory doesn't exist. It also doesn't work when building using "nix develop". So, we set HOME=$TMPDIR instead which does work in those cases.
- Loading branch information