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: 6d7282d74a66
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d1bb36d5cb5b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 3, 2019

  1. lib.cleanSourceWith: Allow name to be set, optional filter, doc

    This change is API-compatible and hash-compatible with the previous
    version.
    
    At first I considered to write a rename function too, but adding
    it name to cleanSourceWith was a no-brainer for ease of use. It
    turns out that a rename function isn't any more useful than
    cleanSourceWith.
    To avoid having to write the identity predicate when renaming,
    the filter is now optional.
    
    builtins.path is supported since Nix 2.0 which is required by nixpkgs
    roberth committed Sep 3, 2019
    Copy the full SHA
    9a2180f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Merge pull request #67996 from roberth/cleanSourceWith-name

    lib.cleanSourceWith: Allow name to be set, optional filter, doc
    infinisil committed Sep 6, 2019
    Copy the full SHA
    d1bb36d View commit details
    Browse the repository at this point in the history