Hacker News new | ask | show | jobs
by jasonriddle 699 days ago
I'm of the mindset that NixOS is too much, all at once. I understand the power of the Nix ecosystem, but the barrier of entry remains too high to enter.

I've switched to using devenv[1] as a first step. This at least allows me to experiment with using nix to configure my dev environment in a per directory fashion, while allowing me to use the Linux distro of my choice.

[1]: https://github.com/cachix/devenv

1 comments

Seems interesting, thanks for sharing. Will look it up :)