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: bee49dfd0eb7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0b8b53eec0d7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 28, 2020

  1. libraspberrypi: fix output

    libraspberrypi provided an empty directory. The during
    #107637, this was refactored to use
    cmakeFlags.
    
    cmakeFlags can't use `$out` directly. `$out` is a bash variable, so to
    use it there, `${placeholder "out"}` is needed, otherwise it'll
    pick `"$out"` literally.
    flokli committed Dec 28, 2020
    Copy the full SHA
    ce70916 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #107807 from flokli/libraspberrypi-fix-output

    libraspberrypi: fix output
    flokli committed Dec 28, 2020
    Copy the full SHA
    0b8b53e View commit details
    Browse the repository at this point in the history