Live data from Hacker News

Show HN: Flox 1.0 – Open-source dev env as code with Nix

github.com

111–120 of 201 posts

Re: Show HN: Flox 1.0 – Open-source dev env as code with Nix

#111
Hi Ron! In ~2000 I drove from south Jersey to deep Long Island and only realized while staring at a server rack that I brought the bag o' CDs that we used for windows deployments, not *nix. Thanks to Robert Moses, the drive in the middle of the night actually wasn't that bad!

Re: Show HN: Flox 1.0 – Open-source dev env as code with Nix

#113
post #7

Earlier 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.

That’s equivalent to demanding the Python community to abolish PyPI in favor of making the “one great” standard library. Nix is a language after all. It’s meant to have tools that build on it.

Re: Show HN: Flox 1.0 – Open-source dev env as code with Nix

#116

There are several tools in this space now- nix is maturing and people are realizing how useful nix can be for dev envs. * [devenv](devenv.sh) - I am using it and loving it, but worried that the development is not moving forward * [devbox](https://www.jetpack.io/devbox) * [daytona](https://www.daytona.io/docs/usage/workspaces/) * [devshell](https://github.com/numtide/devshell) * [bob.build](bob.build) more focused on…

Great list.

Using devbox myself and very happy with it.

Would be great to hear what separates flox from the rest.

Re: Show HN: Flox 1.0 – Open-source dev env as code with Nix

#117

There are several tools in this space now- nix is maturing and people are realizing how useful nix can be for dev envs. * [devenv](devenv.sh) - I am using it and loving it, but worried that the development is not moving forward * [devbox](https://www.jetpack.io/devbox) * [daytona](https://www.daytona.io/docs/usage/workspaces/) * [devshell](https://github.com/numtide/devshell) * [bob.build](bob.build) more focused on…

Not nix based, but I really like https://github.com/jdx/mise too to manage dev tools. It’s a modern version of https://github.com/asdf-vm/asdf written in Rust.

Formerly known as `rtx`

Re: Show HN: Flox 1.0 – Open-source dev env as code with Nix

#120
post #118

I tried devbox and some other tool in that field. I then tried dev containers. Dev containers won. Hands down.

You don't need to choose :). You can use Devcontainers with most of the Nix tools, including Devbox. See https://containers.dev/supporting
Post reply on HN