Stefan Junker
Stefan Junker
> I figured out that in the short run we can workaround this with this command: > > ``` > cargo update -p hdi --precise 0.1.2 > ``` > >...
thinking about build reproducibility, which is the ultimate desired outcome for happ builds, the hdi crate relates to this as follows: - the hdi is always pinned when used as...
@neonphog @maackle what do you think about this lint error that comes up here? ``` error: you are deriving `PartialEq` and can implement `Eq` --> crates/kitsune_p2p/kitsune_p2p/src/types/wire.rs:35:1 | 35 | /...
> In my case it is defined and has the exact same value as the environment variable in a user shell. this is the case for me as well. on...
> I marked this issue as stale due to inactivity my [described issue](https://github.com/nix-community/home-manager/issues/2878#issuecomment-1144815489) have remained but i've not gained further insight.
> For me the issue seems to have been mostly solved after installing the `gnome-icon-theme` package. thanks. FWIW, i've tried adding `pkgs.gnome-icon-theme` to `home.packages` and it didn't help here.
thanks for looking into this @sunshowers. > How is cargo installed? it's provided by a nix-shell derivation which makes use of functions from here: https://github.com/oxalica/rust-overlay/. > I'm guessing a rustup...
looks like there's already a TODO for this in the codebase: https://github.com/nextest-rs/nextest/blob/e7f10355265f878968dca72f0e3d1f5305b8034e/nextest-runner/src/list/rust_build_meta.rs#L88
> This is exactly what we would have to fix, except we'll use DYLD_FALLBACK_LIBRARY_PATH rather than adding the rpath to the binary. it seems like this isn't effective. i ran...
> You want `DYLD_FALLBACK_LIBRARY_PATH=$(rustc --print sysroot)/lib` with this correct path the workaround described above works indeed, thank you :raised_hands: now, i think it's worth putting a best-effort solution into cargo-nextest...