-
Notifications
You must be signed in to change notification settings - Fork 269
Closed
Labels
Description
What happened?
We have two plugins in a public but for internal use repo here https://github.com/cultureamp/devbox-extras/tree/main/plugins and noticed that their value of {{ .Virtenv }}
is the same.
So if both of our two plugins are installed the corepack-bin/
from one and data/
+process-compose.yaml
from the other are both in .devbox/virtenv/cultureamp-devbox-extras/
. I'm not sure what happens if they both try to create a file/dir with the same name.
Steps to reproduce
- create a temp devbox project with the
devbox.json
defined below - run
ls .devbox/virtenv/cultureamp-devbox-extras/
and see their files are all together in the same dir
Command
No response
devbox.json
Devbox version
0.9.1
Nix version
.devbox/virtenv/cultureamp-devbox-extras/
What system does this bug occur on?
macOS (Apple Silicon)
Debug logs
No response