NixOS / nix

Nix, the purely functional package manager
https://nixos.org/
GNU Lesser General Public License v2.1
11.49k stars 1.44k forks source link

fix: warn and document when advanced attributes will have no impact d… #10884

Closed tomberek closed 1 week ago

tomberek commented 3 weeks ago

…ue to __structuredAttrs

TODO

Motivation

Fix: https://github.com/NixOS/nix/issues/10856

Context

Clarify that the use of __structuredAttrs will disable the effect of top-level derivation attributes.

Priorities and Process

Add :+1: to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

Ericson2314 commented 3 weeks ago

👍 This will dovetail nicely with @haenoe's work :)

nixos-discourse commented 3 weeks ago

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/2024-06-10-nix-team-meeting-minutes-151/46956/1

Ericson2314 commented 1 week ago

I think the TODOs are fine as future work, because they will be easier to do in conjunction with @haenoe's work.