Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f4654713a3ca
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b46776d14eb9
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 5, 2020

  1. lib/modules: clarify error message of 'assigning to top-level attribute'

    If I understand correctly, the problem isn't so much that you're assigning to
    that top-level attribute, but that the assignment to the attribute (or any
    child of the attribute) introduces the 'config' object and prevents 'lifting'
    all settings to a generated 'config' object.
    raboof committed Jan 5, 2020
    Copy the full SHA
    43ef3a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Clarify error message of 'assigning to top-level attribute' (#76702)

    Clarify error message of 'assigning to top-level attribute'
    infinisil committed Jan 8, 2020
    Copy the full SHA
    b46776d View commit details
    Browse the repository at this point in the history