Nix Hackers | 902 Members | |
| For people hacking on the Nix package manager itself | 191 Servers |
| Sender | Message | Time |
|---|---|---|
| 1 Apr 2025 | ||
| * we had to do effectively the same change in lix 2.93 because it turns out it was ill-designed from the beginning and the previous behaviour was severely broken in a very hard to fix way that caused eval to be nondeterministic (which seemed like a bigger sin). the issue i have is not that the output path changed; i don't particularly care about that; but it needs to be in the Breaking Changes section and done on purpose like it is in lix. | 01:45:35 | |
btw now that we fixed nixpkgs to not break when you put an overlays.default shaped overlay that overrides pkgs.nix, you should write an equivalent document to https://wiki.lix.systems/books/lix-contributors/page/lix-beta-guide | 01:48:19 | |
this is the foundation of lix's QA processes and is one of the main reasons, besides generally immediately prioritizing regressions on main, that lix has relatively few bugs. | 01:52:40 | |
* this is the foundation of lix's QA processes and is one of the main reasons, besides generally immediately prioritizing regressions on main when they are found, that lix has relatively few bugs. | 01:52:54 | |
| what's new nix ? | 02:45:45 | |
| it's like updog (i assume they actually mean the master branch) | 05:28:09 | |
| I'm a fan of IFD too, but I don't see how it helps here | 08:09:11 | |
| goes to show that fetchTree and its tests are in a bad state and needs to be experimental for another while, as implementers (not just us) figure out what the right behavior should even be. It sucks | 08:13:04 | |
| I agree that breaking changes should be in the release notes, also for experimental features | 08:14:02 | |
| This seems about right. John Ericson: I understand your thoughts and constraints. I'm not an expert for the packaging for nix packaging tho. By assuring me that you will be available for fixing broken things, I'm okay with updating nix before the first freeze period (2025-04-09). I trust you with your judgement. Also, I will try nix 2.27 as soon as packaging is ready-enough in nixpkgs. | 08:36:54 | |
I think it would also be good to backport 2.27 to 24.11 (inside nixVersions). That way people on 24.11 can also test compatibility. | 08:40:39 | |
| 09:30:34 | ||
| I am trying to use nix-store —load-db with a closureInfo registration file. In the closure I put a fixed output deviation for nixpkgs itself: I am baking a machine image with nixpkgs available. One problem though is I can’t easily get my hands on the nixpkgs path. I tried to use fetchClosure, but this doesn’t work on a machine whose nixpkgs path was registered using nix-store —load-db. So it fails when built using the machine image. ‘Nix path-info’ shows that the ca:fixed: metadata is missing, which results in fetchClosure saying that it is input addressed but inputAddressed = false. Should the ca metadata be missing in this scenario? Is there a way to put it there? | 13:09:32 | |
| 13:58:06 | ||
| 13:59:29 | ||
| I don't really follow the reasoning here, https://github.com/NixOS/nixpkgs/issues/393359#issuecomment-2767289529 The build system for Nix 2.24 is already packaged, no? So why would 25.05 sticking to that version of Nix mean having to maintain two build systems? GHC very intentionally did a gradual shift and the Make based build system hasn't been supported as of 9.6.1 from 2023-03-10 latest | 15:37:04 | |
| release is 9.12.2, so that's long past. | 15:37:10 | |
| 2 Apr 2025 | ||
In reply to @p14:matrix.orgRobert Hensing (roberth): I saw your reaction, was what I wrote clear enough, does this sound like an issue or misuse? | 12:46:19 | |
| Why do I see this difference between the builders of the same unresolved and resolved content-addressed derivation? 🤔
| 13:10:54 | |
| I haven't found time to look into this properly, whether this is a bug or a missing feature, or both. The main constraint for closureInfo etc, is that the info needs to be reproducible, so for example no signatures or other mutable store metadata. ca:fixed: seems like something that should be possible to include | 14:08:20 | |
The --load-db format has come up before. It is entirely forward-incompatible, so we may need to introduce any additions as a new format | 14:09:42 | |
In reply to @roberthensing:matrix.orgGlancing at the load db there are signs the signature is there; is it just not being imported properly, I wonder 🤔 | 14:39:37 | |
| emily ElvishJerricco OK we discussed a bunch and we're liking the sort of compromise you all proposed | 20:30:03 | |
| 2.28 in 25.05 has Mic92's combo build (or something like it) | 20:30:27 | |
| 2.28 after 25.05 is componentized | 20:30:36 | |
| 2.29 in all branches has componentized (2.29 is very unimportant on 25.05 except for new version dogfooders) | 20:31:03 | |
| Also when we re-introduce nix git, we should use the componentized version for that | 20:32:23 | |
| how does that sound? | 20:32:27 | |
| I would like to merge Robert Hensing (roberth)'s open PR right away, for sake of the newer versions and git, and also because I like how it makes a package set for the dependencies, even with the monolithic package for Nix itself | 20:33:19 | |
| Also, since you two (and others) have such strong opinions about this, it would be great if you signed yourselves up as maintainers in Nixpkgs for this :D | 20:35:00 | |