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: 9120dbf180fd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 760c9995b060
Choose a head ref
  • 6 commits
  • 8 files changed
  • 1 contributor

Commits on Apr 30, 2019

  1. Copy the full SHA
    a52e317 View commit details
    Browse the repository at this point in the history
  2. systems: add riscv double

    This was never listed in doubles.nix! Not sure why?
    matthewbauer committed Apr 30, 2019
    Copy the full SHA
    e500bb8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    accfd7c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. systems: remove forMeta

    This is unused now.
    matthewbauer committed Jun 4, 2019
    Copy the full SHA
    40271ae View commit details
    Browse the repository at this point in the history
  2. systems: allow passing in string for cross/localSystem

    This makes things a little bit more convenient. Just pass in like:
    
    $ nix-build ’<nixpkgs>’ -A hello --argstr localSystem x86_64-linux --argstr crossSystem aarch64-linux
    matthewbauer committed Jun 4, 2019
    Copy the full SHA
    635b762 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #60349 from matthewbauer/fix-60345

    check-meta: use system tuple in platforms
    matthewbauer committed Jun 4, 2019
    Copy the full SHA
    760c999 View commit details
    Browse the repository at this point in the history