devenv 0.2
After an intense weekend and lots of incoming contributions, v0.2 is out!
Highlights
-
All the
devenv.nixoptions you can define now come as an input (instead of being packaged with each devenv release). To update the options you can rundevenv updateand it will match devenv.nix reference. -
New
devenv searchcommand:
$ devenv search ncdu
name version description
pkgs.ncdu 2.1.2 Disk usage analyzer with an ncurses interface
pkgs.ncdu_1 1.17 Disk usage analyzer with an ncurses interface
pkgs.ncdu_2 2.1.2 Disk usage analyzer with an ncurses interface
Found 3 results.
-
shyim contributed Redis support and is working on MySQL.
-
Languages: raymens contributed dotnet, ankhers contributed Elixir and Erlang support.
-
If
devenv.local.nixexists it's now also loaded, allowing you to override git committeddevenv.nixwith local changes. Hurrah composability!
Bug fixes
- Variables like
env.DEVENV_ROOT,env.DEVENV_STATEandenv.DEVENV_DOTFILEare now absolute paths paths - shyim fixed
/dev/stderrthat is in some environments not available. - domen fixed shell exiting on non-zero exit status code.
Domen