Sridhar Ratnakumar
Sridhar Ratnakumar
FYI: this recent commit https://github.com/juspay/services-flake/commit/5960a2c553ba6f5efec8d6aad64219c8fa036e50 does not follow the convention, so it is going to be missed when we next generate the changelog. @shivaraj-bh
> think another contender would be [numtide/devshell 6](https://github.com/numtide/devshell), which is more open to use as a component (unlike devenv), but **doesn’t provide ready-to-use services**. Looks like there's nothing to compare...
Oh so they have *something*. We can add it to the table then.
Another candidate: `Devbox` https://www.jetify.com/devbox/docs/guides/services/ via https://x.com/meijer_s/status/1791588665669337485
Is this something to do with sandbox being disabled by default on darwin?
How devenv does it: https://devenv.sh/blog/2023/03/20/devenv-10-rewrite-in-rust/#testing-infrastructure
We can add services-flake to https://flake.parts/ (which renders the options doc) > Provide searchable option docs for each service. Eventually, I'd like nix-browser to do this as well.
One idea: you could add a `nix/dummy.nix` (etc) and a `just` command that does a `cp -r` of it to ${name} along with some [`sd`](https://github.com/chmln/sd) replacements
Should also add `-h` and `--help` to the completion list.
https://stackoverflow.com/a/74981309/55246