Félix
Félix
Fix the build for rustc > 1.80. Fix https://github.com/twosigma/nsncd/issues/118
Build logs: https://github.com/srd424/nsncd/actions/runs/10235189099/job/28315666470#step:6:83 Upstream issue: https://github.com/rust-lang/rust/issues/127343 This has been fixed on time `0.3.35`. We transitively depend on `time` from `time -> slog-term`.
Idea of @soupglasses We would still modify the rpaths to point to `/var/lib` Pros: - Can use Nix binaries without wrapping them first. - Fixes the wrapper startup overhead. Cons:...