savil

Results 79 comments of savil

@evanleck which version of fish shell are you using?

@svallory i'm curious if you've considered using the Jetify cache? https://www.jetify.com/devbox/docs/cloud/cache/

@svallory that's great context to have, thanks for sharing it.

@giulianopz while we look into this, you can set `DEVBOX_USE_VERSION=0.12.0` to unblock yourself.

@Almenon @mjeffryes sorry about that. I think this happens when different packages you've installed are sourced from different nixpkgs commits. Each of those is treated as a separate instance of...

@dudicoco the limitation in this case is that we are calling into a `nix` command which happens to download the nixpkgs as a side-effect. Unfortunately, nix itself doesn't print any...

@dudicoco sorry I'd missed your question on Dec 10. To elaborate a bit, the underlying issue is that when `nix` executes some command using a package from a version of...

@dudicoco 🤔 those should be pretty fast. Which version of nix are you on? This feature leverages some new nix machinery introduced in nix 2.17, so I think we preserve...

@ineiti I'd suggest running `devbox add "darwin.apple_sdk.frameworks.Security" --platform=x86_64-darwin,aarch64-darwin`. With that, I am able to run `cargo build` on my `x86_64-darwin` machine. Let us know if that does, or does not,...

Those are great questions. I think Devbox should do better here, and in particular since this is a bit of an FAQ for Rust with Macs, we should make it...