Software Alternatives, Accelerators & Startups

Easy development environments with Nix and Nix flakes!

fish shell devenv
  1. The friendly interactive shell.
    Pricing:
    • Open Source
    The default shell in the above flake adds Valkey, NodeJS 22, the PNPM package manager, and the fish shell to the environment. It also starts Valkey in the background through a shell hook, passing it a custom config (declared via Nix!) and runs fish so we're dropped in the fish shell instead of our login shell.

    #Developer Tools #Cryptocurrencies #Blockchain 134 social mentions

  2. 2
    Fast, Declarative, Reproducible, and Composable dev envs
    Pricing:
    • Open Source
    If writing a devshell on your own seems more complicated than necessary, you can use tools like Devenv or Devbox (by the same team that built NixHub), which are both built on Nix. Devenv provides nice wrappers to automatically add languages, services (like postgres or redis), etc. On top of your flake, without having to do the shenanigans we had to do with Valkey. Devbox on the other hand, lets you skip writing Nix entirely, since they have their own CLI and lock file that pull packages from nixpkgs.

    #Password Management #Productivity #Password Managers 46 social mentions

Discuss: Easy development environments with Nix and Nix flakes!

Log in or Post with