Show HN: Reproducible development environments using starlark, without Nix
github.comHi all, I'm the maintainer of https://github.com/kubeflow and https://github.com/tensorchord/envd.
I've been part of the kubeflow community for ~5 years. One of the hardest issues I have faced is keeping our development environments in sync. We are often eager to do something speedily on the cloud or debug independently on the MacBooks.
This is where envd comes in. It's a command-line utility that helps you create and manage development environments locally, or in the cloud.
I can't wait to see what you create with envd. Looking forward to your feedback and contributions to our project.
Happy coding!
But why to reinvent the wheel if Nix already exists? I guess one reason is cloud feature, but why not extending nix in that case?