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/mobile-nixos
base: 21f662ac080e
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: 194384cc6a85
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 24, 2020

  1. Fix attribute 'selectBySystem' missing with lib.systems.elaborate

    Closes #252.
    
    This uses the `lib.systems.elaborate` function which builds the
    complete attrset as preferred by Nixpkgs by using
    `lib.systems.elaborate`, rather than building a partial equivalent.
    
    @noneucat originally implemented it the simplest way possible, re-using
    parts of the now unneeded custom functions. We can, instead, simply
    pass a system name to `elaborate`, which ends up doing the right thing.
    
    Co-authored-by: Andy Chun <andy@lolc.at>
    Co-authored-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
    fx-chun and samueldr committed Dec 24, 2020
    Copy the full SHA
    692544a View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. Merge pull request #257 from noneucat/patch-1

    Fix attribute 'selectBySystem' missing
    samueldr committed Dec 25, 2020
    Copy the full SHA
    194384c View commit details
    Browse the repository at this point in the history