Flox, a better alternative to Dev Containers

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • devenv

    Fast, Declarative, Reproducible, and Composable Developer Environments

    I've just tried both `devenv` and `flox`, and the latter had two related niceties:

    - Direnv wants to put its config inside the root of a git repo, which makes it hard to ignore. Flox's config is all in a `.flox` directory, so I could `echo * >> .flox/.gitignore` in any repo without changing the repo's gitignore.

    - There seems to be no way to run `direnv` on an environment that's not the current working dir, see https://github.com/cachix/devenv/issues/67.

    OTOH, `flox` was a bit harder to install in an existing nix setup, at least if I wanted to do a cached install. You can follow the instructions in https://flox.dev/docs/install-flox/#__tabbed_1_6, or you could add yourself to Nix's "trusted users" (which makes sense only if you're the only user on the computer using Nix).

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • flox

    Developer environments you can take with you

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Flox 1.3: Simplified Service Management with Flox

    1 project | news.ycombinator.com | 3 Nov 2024
  • An Introduction to Nix for Ruby Developers

    8 projects | dev.to | 21 Aug 2024
  • Fast, Declarative, Reproduble and Composable Developer Environments Using Nix

    5 projects | news.ycombinator.com | 12 Apr 2024
  • Show HN: Flox 1.0 – Open-source dev env as code with Nix

    17 projects | news.ycombinator.com | 13 Mar 2024
  • Setting up development environments

    4 projects | /r/NixOS | 3 May 2023

Did you konow that Nix is
the 28th most popular programming language
based on number of metions?