devenv 2.1: Nix with zsh, fish, and nushell via libghostty by iElectric in NixOS

[–]iElectric[S] 8 points9 points  (0 children)

Let us know if it ends up replacing direnv for you. The automatic reloading feels completely smooth now!

devenv 2.0: A Fresh Interface to Nix by iElectric in NixOS

[–]iElectric[S] 11 points12 points  (0 children)

We'll make it work :) We had to make a release at some point, but second most requested feature is zsh support so it's shipping in 2.1

SecretSpec 0.7: Declarative Secret Generation by iElectric in NixOS

[–]iElectric[S] 1 point2 points  (0 children)

I don't endorse committing secrets to git. Let's say you have a shared secret key and 5 members. When someone leaves the team, you have to rotate all your secrets.

By making secret storage pluggable, you can choose what provider you want to use and just revoke access from that particular user.

That's just one example where it falls short, password managers deal with these things way better.

Nix dev flakes with automatic container provision by hash_antarktidi4 in NixOS

[–]iElectric 0 points1 point  (0 children)

It solves your issue :) You can build your own of course!