As an experiment I'm trying to use Jujutsu instead of Git as my local version control interface. This is how that's going for me.| Ideas.Offby1
Are you annoyed by direnv-using nix fans committing .envrc files with "use flake" in them? Is this an overly specific complaint turned into a blog post? Is there a solution to your very specific problem within?| Ideas.Offby1
Easily using uv, direnv, and minimal, consistent .envrc files| Ideas.Offby1
Nix-using developers who use direnv, please stop checking in your .envrc files; they break your project for other contributors.| Ideas.Offby1
Learn why having an isolated environment is useful, why setting up an environment with Direnv can be tough, and walk through an example of Direnv + Devbox for a sample NodeJS application.| Jetify