savil

Results 79 comments of savil

Thanks for sharing the container use-case. Very helpful to know. Yes, today, we don't make it easy to generate a dev versus prod image. The debian-slim one that's generated is...

For the original shell script: ``` sh""" commandA commandB """ ``` Lets say it is in `run.sh` file. Can you try running `devbox run -- /bin/sh run.sh` ?

@tuananh great. Does that resolve the issue for you? If so, we can close this issue.

Sadly, I think envsec (or was it runx) doesn't respect XDG for macs

@arthurgeek thanks for filing this issue. I tried to repro it but was having some diffculty. Could you point out what I should do differently? Here's what I did: ```...

(related: I did run into a few fish-related bugs: #1755 and #1756)

Thanks! I can now reproduce it. Looked into it a bit today. I tried modifying our implementation to not wrap the values in quotations, but that breaks `devbox shell` because...

@yinmin2020 Devbox uses plain nix under the hood. So, you can follow the instructions from https://discourse.nixos.org/t/announcing-tuna-nix-mirror/6144 i.e. https://github.com/dramforever/mirror-web/blob/d7e263d4fe9a9e3078f819468cec18e1c11cf832/_posts/help/2019-02-17-nix.md Does that work for you?

Devbox 0.12.0 should help with this issue: > Devbox Global has been updated to no longer set Nix environment variables or stdenv packages in your global path. This provides a...

@ignatiusm this is a great idea! Would you like to contribute a simple example? Feel free to send a pull request. Agree that `data_science` works well for the location. In...