• 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle



  • I’m new to Nix, it sounds interesting. In the past I’ve used tools like nvm, sdkman, pyenv, etc with some docker on the side to provide stuff I didn’t wanna install via homebrew. It worked but was a whole bunch of setup for new team members. I also am not really interested in going full docker or vm for dev because of the performance hit and the added complexity of volume management, port mapping, process juggling, logging, terminal access, etc… deploy to docker? Sure, but dev is a bit of a chore.

    This seems like an interesting way to get real declarative environments without a ton of docker bootstrapping and without 15 separate version managers. I like the idea, I’m gonna try it out!