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: 00991101a04e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9d825127b5e1
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 6, 2018

  1. Configuration menu
    Copy the full SHA
    d12afcf View commit details
    Browse the repository at this point in the history
  2. python-language-server: add providers option

    Adding all of the extra dependencies isn't always desirable and
    overriding a bunch of inputs is a bit cumbersome and brittle.
    
    eg.
    
    python-language-server.override { providers = ["rope"]; }
    LnL7 committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    5b2ff69 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Merge pull request #44567 from LnL7/python-language-server

    python-language-server: 0.18.0 -> 0.19.0
    Mic92 committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    9d82512 View commit details
    Browse the repository at this point in the history