| 1 Nov 2025 |
John Ericson | that seems a little bit less stressful on the templating :) | 19:33:16 |
John Ericson | hmm, seems to be working! | 19:47:38 |
John Ericson | ah it was because auto not auto & | 20:00:02 |
John Ericson | OK got it! | 20:15:42 |
John Ericson | and I found that deleting the destructor will make auto instead of auto & a compile failure, yay! | 20:16:03 |
dramforever | i've never been quite sure - what's the support status of statically linked nix? it's something i've found genuinely incredibly convenient... but the only i know to way to download one is to dig from hydra which seems not ideal | 20:50:57 |
dramforever | * i've never been quite sure - what's the support status of statically linked nix? it's something i've found genuinely incredibly convenient... but the only way i know to download one is to dig from hydra which seems not ideal | 20:51:11 |
dramforever | curl -o nix https://hydra.nixos.org/job/nix/master/buildStatic.nix-cli.x86_64-linux/latest/download/1 feels like something i should not be "shipping to prod" so to speak | 20:51:55 |
emily | it regularly fails to build on Hydra fwiw | 20:52:00 |
dramforever | on nix hydra or nixpkgs hydra? | 20:52:23 |
emily | latter, but if they differ I assume only due to former's Nixpkgs lagging behind | 20:53:09 |
dramforever | hmm... that's not really worse than the nixos.org/nix/install installer, right? | 20:54:02 |
emily | no, I'm just speaking to my impression of the static build's maintenance state | 20:56:20 |
dramforever | right, so i guess at least for now it's not a great thing to be shipping to users | 20:57:08 |
emily | the failures have not always been due to regressions in other packages IIRC, but it's been a while since I checked. just know my last nixpkgs-review failed to build it | 20:57:18 |
Sergei Zimmerman (xokdvium) | In reply to @dramforever:matrix.org i've never been quite sure - what's the support status of statically linked nix? it's something i've found genuinely incredibly convenient... but the only way i know to download one is to dig from hydra which seems not ideal Generally it’s the dependencies that are broken in nixpkgs. Nix’s jobset from a release branch (e.g. 2.32-maintenance) is a well supported as the regular dynamically linked nix. | 21:58:59 |