To get the latest version of devenv run this command.
nix-env -if https://github.com/cachix/devenv/tarball/latest
After that per environment you need to run
devenv update
- check
/etc/zshrc
- it should include the following peace of code
# Nix
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
. '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
fi
# End Nix
RabbitMQ is not starting with an error similar to this:
Protocol 'inet_tcp': register/listen error: eaddrinuse
For some reason RabbitMQ opens a connection to a port already in use, even though they are not configured
in .env / devenv.nix