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

Commits on Jan 17, 2019

  1. fetchgit: use buildPackages.cacert

    As a data package `buildPackages.cacert` suppose to be equal to `hostPackages.cacert`.
    But `hostPackages.cacert` causes needless build of `hostPackages.python` and other packages, which takes time and requires them to support cross-compilation.
    volth committed Jan 17, 2019
    Copy the full SHA
    c384dae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54160 from volth/patch-299

    fetchgit: use buildPackages.cacert
    Mic92 committed Jan 17, 2019
    Copy the full SHA
    f610050 View commit details
    Browse the repository at this point in the history