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: 70de58343f30
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 65e92d19d286
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 14, 2018

  1. buildRustPackage: Restrict find to files

    `find -executable` finds everything with the executable bit set,
    including directories. Thats not harmful in this scenario as `cp` won't
    copy those directories, but it does result in a few warning messages.
    timokau committed Feb 14, 2018
    Copy the full SHA
    dc53518 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Merge pull request #34968 from timokau/rust-find

    buildRustPackage: Restrict `find` to files
    LnL7 committed Apr 23, 2018
    Copy the full SHA
    65e92d1 View commit details
    Browse the repository at this point in the history