Show HN: Flox 1.0 – Open-source dev env as code with Nix
11–20 of 201 posts
Re: Show HN: Flox 1.0 – Open-source dev env as code with Nix
#12What is the benefit of using Flox over plain nix-shell or nix develop?
Even more important: every abstraction is going to leak. Maybe the Flox CLI "looks" cleaner or whatever, but in the end you'll still need to learn Nix to use it effectively. Why learn twice as much stuff as you need?
Re: Show HN: Flox 1.0 – Open-source dev env as code with Nix
#13Re: Show HN: Flox 1.0 – Open-source dev env as code with Nix
#14Earlier quoted context omitted.
or https://www.jetpack.io/devbox/ :ˆ)
Ah! The modern hell of choice. Can’t these peeps just work together and make one great thing instead of fragmenting over and over? I think I know the answers but have to ask anyway, hope to learn.
Edit: all incorrect, I got confused. There are indeed to many of these Nix wrappers.
Re: Show HN: Flox 1.0 – Open-source dev env as code with Nix
#15Re: Show HN: Flox 1.0 – Open-source dev env as code with Nix
#16I really don't understand why should I use this over plain nix, can you elaborate?
Re: Show HN: Flox 1.0 – Open-source dev env as code with Nix
#17Earlier quoted context omitted.
Ah! The modern hell of choice. Can’t these peeps just work together and make one great thing instead of fragmenting over and over? I think I know the answers but have to ask anyway, hope to learn.
Devenv and devbox are completely different. Devenv will merely automatically install envars into your env from a plugin (one of which handles nix). If you aren't using devenv you are missing out, irrespective of whether you use nix. Devbox is a direct alternative to Flox. Edit: all incorrect, I got confused. There are indeed to many of these Nix wrappers.
Re: Show HN: Flox 1.0 – Open-source dev env as code with Nix
#18Re: Show HN: Flox 1.0 – Open-source dev env as code with Nix
#19Earlier quoted context omitted.
Ah! The modern hell of choice. Can’t these peeps just work together and make one great thing instead of fragmenting over and over? I think I know the answers but have to ask anyway, hope to learn.
Devenv and devbox are completely different. Devenv will merely automatically install envars into your env from a plugin (one of which handles nix). If you aren't using devenv you are missing out, irrespective of whether you use nix. Devbox is a direct alternative to Flox. Edit: all incorrect, I got confused. There are indeed to many of these Nix wrappers.
I am using devenv.sh at work, at home I just nix develop (but this doesn't do services, but there was a flake util just announced that adds support for that I need to check out).
Re: Show HN: Flox 1.0 – Open-source dev env as code with Nix
#20Hi Ron, congratulations on the release. My question is: how will you make money? I see you are the CEO, there is a company, and you have employees. Crunchbase links to news articles that make it seem like you've raised $24MM. Maybe I'm just missing it, but I can't see any pricing information on your landing page or in your docs. After I log in to FloxHub with my Github profile, I don't see any billing options. What i…