stdenv: cleanup after bump of minver#433055
Merged
philiptaron merged 1 commit intoNixOS:stagingfrom Aug 12, 2025
Merged
Conversation
2 tasks
This comment was marked as resolved.
This comment was marked as resolved.
This was eventually fixed in Nix 2.16+. More discussion in NixOS#357053.
This comment was marked as resolved.
This comment was marked as resolved.
0f0b1ca to
7efaaea
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
7efaaea to
899c40e
Compare
Contributor
Author
Contributor
|
I'll get a build of the stdenv tests going. |
Contributor
|
philiptaron
approved these changes
Aug 12, 2025
sternenseemann
added a commit
to sternenseemann/nix
that referenced
this pull request
Aug 14, 2025
See NixOS/nixpkgs@fa0cba1. We'll see how dependent nixpkgs will grow on newer and features and how feasible it is to continue using Nix 2.3. The compat code that will be immediately removed looks like it doesn't actually affect Nix 2.3.18 which already had some fixes backported: - NixOS/nixpkgs#433101. Some features of fileset won't work anymore, but fileset is disallowed in nixpkgs anyways. The documentation workaround only affects Nix < 2.3.5. - NixOS/nixpkgs#433055. The fix for NIX_ATTRS_* has been backported to Nix 2.3.18.
sternenseemann
added a commit
to sternenseemann/nix
that referenced
this pull request
Sep 1, 2025
See NixOS/nixpkgs@fa0cba1. We'll see how dependent nixpkgs will grow on newer and features and how feasible it is to continue using Nix 2.3. The compat code that will be immediately removed looks like it doesn't actually affect Nix 2.3.18 which already had some fixes backported: - NixOS/nixpkgs#433101. Some features of fileset won't work anymore, but fileset is disallowed in nixpkgs anyways. The documentation workaround only affects Nix < 2.3.5. - NixOS/nixpkgs#433055. The fix for NIX_ATTRS_* has been backported to Nix 2.3.18.
tazjin
pushed a commit
to tvlfyi/nix
that referenced
this pull request
Sep 2, 2025
See NixOS/nixpkgs@fa0cba1. We'll see how dependent nixpkgs will grow on newer and features and how feasible it is to continue using Nix 2.3. The compat code that will be immediately removed looks like it doesn't actually affect Nix 2.3.18 which already had some fixes backported: - NixOS/nixpkgs#433101. Some features of fileset won't work anymore, but fileset is disallowed in nixpkgs anyways. The documentation workaround only affects Nix < 2.3.5. - NixOS/nixpkgs#433055. The fix for NIX_ATTRS_* has been backported to Nix 2.3.18.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In #428076, we raised
lib/minver.nixto 2.18. This allows some cleanup aroundstdenv'sstructuredAttrshandling.More discussion about the
attrs.shchange in #357053.Things done
Add a 👍 reaction to pull requests you find important.