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: 8e668dc1f8b2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 443cbd782c25
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 25, 2018

  1. python docs: improve overlay example

    The `pythonPackages` definition is redundant
    erikarvstedt committed Jul 25, 2018
    Copy the full SHA
    a8f5497 View commit details
    Browse the repository at this point in the history
  2. python docs: improve override example

    1. Use the same approach like in the overlay example:
       Override `python` instead of `pythonPackages` so that
       `python.pkgs` refers to the new package set like `pythonPackages`.
    
       This also fixes a bug in the original example where
       `pkgs.fetchgit` was not in scope.
    
       Add an extra example to illustrate how to override just a
       package set.
    
    2. Fix mix-up between `super` and `self` in the explanation text.
       Also, simplify the explanation.
    erikarvstedt committed Jul 25, 2018
    Copy the full SHA
    42e3727 View commit details
    Browse the repository at this point in the history
  3. python-docs: fix override examples

    Use example package `zerobin` instead of `bepasty-server` which
    is no longer part of python-packages.
    This fixes the examples for current nixpkgs versions.
    erikarvstedt committed Jul 25, 2018
    Copy the full SHA
    fa01100 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Merge pull request #44104 from erikarvstedt/python-docs

    python docs: improve override examples
    FRidh committed Jul 26, 2018
    Copy the full SHA
    443cbd7 View commit details
    Browse the repository at this point in the history