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: 869bf4f76c04
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2ae62ef72f85
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 3, 2020

  1. nixos/manual: improve error message for invalid values in `relatedPac…

    …kages'
    
    As reported in NixOS discourse[1], tracking down invalid values in
    `relatedPackages'[2] (i.e. list-items that don't exist in `pkgs`) is
    fairly hard as the message "Invalid package attribute path `foobar'"
    is quite unhelpful and the trace doesn't point to the source of the
    problem either.
    
    This patch improves the error message by mentioning that the issue is an
    invalid `relatedPackages`-declaration in $optionName.
    
    [1] https://discourse.nixos.org/t/invalid-package-attribute-path-nextcloud19/8403/9
    [2] https://nixos.org/nixpkgs/manual/#sec-functions-library-options
    Ma27 committed Aug 3, 2020
    Copy the full SHA
    6d19c04 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #94611 from Ma27/rel-pkgs-error-msg

    nixos/manual: improve error message for invalid values in `relatedPackages'
    Ma27 committed Aug 3, 2020
    Copy the full SHA
    2ae62ef View commit details
    Browse the repository at this point in the history