|
|
|
|
|
by thomastjeffery
3039 days ago
|
|
> setting up Haskell dev environments What I was complaining about was the difficulty installing a specific package version. That's trivial with other build systems, but not Nix. > I don't use [package managers] to install dev dependencies. I'm under the impression that most people do. Either way, I see the main advantage of using Nix to be setting up dev environments without installing a bunch of global packages, or dealing with a mess of files. Unfortunately, as a user, I find it to be much more of a hassle than it needs to be. |
|