Nix Rust | 689 Members | |
| Rust | 160 Servers |
| Sender | Message | Time |
|---|---|---|
| 21 May 2025 | ||
| 10:59:08 | ||
| 17:42:00 | ||
| 19:15:40 | ||
| 21:30:01 | ||
| 22 May 2025 | ||
| I'm mostly happy with fetchCargoVendor, though I worry about the impact on the cache: I wish there was a way to force hydra to not cache certain packages. There is I guess this could also be handled by content-addressed derivations... Note: there are >2000 rust-based packages in nixpkgs currently Question 1: What do you all think, how bad is this problem? | 00:15:18 | |
| you can fetch the NAR | 09:00:12 | |
| shouldn't the non-FOD part mostly just be a bunch of symlinks? | 09:00:22 | |
Alyssa Ross: do you have a preference between the diffs of https://github.com/NixOS/nixpkgs/pull/408710/files and https://github.com/NixOS/nixpkgs/pull/407790/files? they both fix pkgsStatic.buildPackages.rustc on Darwin, and they'll both leave some other cases unavoidably silently weird/broken (I think maybe slightly different cases between them). the original PR no longer depends on pkgsStatic. it's a bit more noisy but saves a rustc build. the other one is a smaller diff / fewer moving parts, but the ordering change is sort of unprincipled (albeit I think likely to make the build go through in strictly more cases than the status quo) | 09:02:30 | |
| I don't think I mind either | 09:06:36 | |