Andre C
Andre C
Hey guys I've been thinking about this and I found a decent work around. Basically you can base your dockerfile around Nixery using the devbox.lock commits for each package. The...
Interesting, In my dockerfile I don't add devbox again. I'm just using devbox as a package manager in dev so adding it again in wouldn't help in my use case....
@Lagoja I added that section to the devbox.json and I'm getting an error: ``` DEVBOX_DEBUG=1 devbox install 2023/08/14 13:11:00 findProjectDir: path is 2023/08/14 13:11:00 finding devbox.json in dir: /home/andre/Documents/qreate-server 2023/08/14...
I ran it again and then it worked. Looks like if I change the devbox.json, it fails the first time then works the second time. that looks like it's a...
For anyone that needs a workaround. It works perfectly fine when using the direnv extension and generating a direnv file with devbox. No need for the devbox extension