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: 97e376bf9caf
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 951e9099c045
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 5, 2018

  1. lib/options: teach showOptions about funny option names

    Handle the case where options have funny symbols inside of them.
    
    Example:
    
    If I reference the following attribute without it being defined:
    
      security.acme.certs."example.com".webroot
    
    I now get the error:
    
        The option `security.acme.certs."example.com".webroot' is used but
        not defined.
    
    where before I got:
    
        The option `security.acme.certs.example.com.webroot' is used but
        not defined.
    
    which is not true.
    grahamc committed Mar 5, 2018
    Copy the full SHA
    059a71a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Merge pull request #36344 from grahamc/fancy-option-names

    lib/options: teach showOptions about funny option names
    grahamc committed May 26, 2018
    Copy the full SHA
    951e909 View commit details
    Browse the repository at this point in the history