Domen Kožar
Domen Kožar
We've added support for path secrets in secretspec 0.4.0 to further help with this: https://devenv.sh/blog/2025/11/26/devenv-111-module-changelogs-and-secretspec-040/
also not supported (at least by nix repo) on darwin.
This would be specially useful if editors like Zed would support [devenv natively](https://github.com/zed-industries/zed/discussions/35996).
I think we should support this, but using `@tag` syntax for the name.
See https://github.com/cachix/devenv/issues/2198, we need to take care of detach/attach smartly and check if processes are already running in either mode before launching more.
Would still be nice to have a warning and a test for it.
> Just learning about prek, looks like a nice upgrade. Would this require an update to the Claude Code integration as well? > > https://github.com/cachix/devenv/blob/5b6cb65d7dec827badc6bbceeac934931beb7f4e/src/modules/integrations/claude.nix#L35 Good catch, thanks, fixed!
This can manifest as entering the wrong shell, so we should namespace it.
That's kind of what `devenv generate` used to do, using AI. Nowadays you can use AI to explore the codebase and then make it generate `devenv.nix`, I do that all...
Also #1721