Nix Hackers | 891 Members | |
| For people hacking on the Nix package manager itself | 189 Servers |
| Sender | Message | Time |
|---|---|---|
| 14 Feb 2025 | ||
| I was referring to https://matrix.to/#/!VRULIdgoKmKPzJZzjj:nixos.org/$mmqRkJU3YQ_icbtXB-Z8CAkRUpjN3FnVULvXlLIyUJo?via=nixos.org&via=matrix.org&via=nixos.dev | 16:23:37 | |
| and my response https://matrix.to/#/!VRULIdgoKmKPzJZzjj:nixos.org/$pZU0lPnJjxz8zvxEFW4WnG7UzIE48XLS82BDP6y6WVU?via=nixos.org&via=matrix.org&via=nixos.dev | 16:24:13 | |
| it's the shortest kind of thread fwiw ^^ | 16:24:33 | |
| Robert Hensing (roberth): nah using regular element | 16:36:34 | |
| OK I see it now | 16:36:36 | |
| 16 Feb 2025 | ||
| 09:33:28 | ||
| 10:14:26 | ||
| 17 Feb 2025 | ||
| Relevant for here: https://discourse.nixos.org/t/overriding-the-nix-2-26-componentized-build/60428 | 10:35:44 | |
| 11:33:06 | ||
| Robert Hensing (roberth): You approved the original Pull Request 2 Years ago. Do you have any opinion on this topic that could help me out in getting this done? | 11:50:34 | |
| https://github.com/NixOS/nix/issues/12382#issuecomment-2661640562 The issue didn’t get enough attention so I did some triaging on why | 12:52:52 | |
| iirc it was changed to be more name based, but I don't know the exact details. What you're proposing sounds ok to me | 15:02:32 | |
| I guess I'll open a pr sometime then | 15:04:31 | |
| 21:38:22 | ||
| 18 Feb 2025 | ||
| 06:07:36 | ||
| 06:08:27 | ||
| Would this be easy to fix? https://github.com/NixOS/nix/issues/2735 | 06:22:17 | |
| 07:08:24 | ||
In reply to @woobilicious:matrix.orgyes. .addTrace on the exception being thrown when the io fails | 07:25:13 | |
| 08:09:02 | ||
| jade_: thanks, I could have a look at opening a PR, but I'm not really an expert in C++ so might take me a while to figure out how to write a patch. | 09:26:17 | |
| 13:04:00 | ||
| hello! would someone know if there ever was a bug in the nix daemon where a package with the allowSubstitutes bit disabled could in fact, be substituted? I'm seeing this in Guix, which uses the Nix daemon from ~2012 (more context on the problem: https://issues.guix.gnu.org/41602) | 13:06:55 | |
| good that you have that on the radar. Was going to ask about that | 14:08:09 | |
| 15:21:41 | ||
In reply to @woobilicious:matrix.orghttps://gerrit.lix.systems/c/lix/+/2578/2 this is the vague shape of the patch, fresh in mind because i just wrote one yesterday for something else | 17:03:15 | |
In reply to @apteryx:matrix.org i am so sorry. um. looking at the modernized nix daemon's substitution loop etc makes me want to cry at the best of times and a nix daemon from 2012 is going to be no better. i would suggest the debug logs actually, assuming they existed at the time; they do tell you what the state machine did. also recommended: --store $PWD/store so you can trivially wipe it between tries and not need to debug the daemon at all by not having one involved | 17:07:46 | |
In reply to @jade_:matrix.orgthanks Jade! | 17:11:43 | |
| oh I guess I haven't clarified that I am involved in this lol | 17:12:10 | |
| also recommended --max-jobs 0 | 17:12:24 | |