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: 77403c1c19f9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7616206b7747
Choose a head ref
  • 1 commit
  • 10 files changed
  • 1 contributor

Commits on Jan 21, 2021

  1. doc: add function argument order convention (#110060)

    * doc: add function argument order convention
    
    Ordering by usage is the de facto ordering given to arguments. It's
    logical, and makes finding argument usage easier. Putting lib first is
    common in NixOS modules, so it's reasonable to mirror this in nixpkgs
    proper. Additionally, it's not a package as such, has zero dependencies,
    and can be found used anywhere in a derivation.
    
    * doc: clean up usage of lib
    deviant committed Jan 21, 2021
    Copy the full SHA
    7616206 View commit details
    Browse the repository at this point in the history