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: ad86988e01ef
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: a6d221c72c45
Choose a head ref
  • 17 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 12, 2020

  1. default.nix: Add header to device eval

    This is useful when doing a "batch eval", where you can see which device
    caused the eval to fail more easily.
    samueldr committed Mar 12, 2020
    Copy the full SHA
    664d523 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. default.nix: misc. cleanup

    samueldr committed Mar 13, 2020
    Copy the full SHA
    ae90e4c View commit details
    Browse the repository at this point in the history
  2. default.nix: Allow receiving special configurations

    Those are sent as a parameter to the derivation. This is part of the
    internal API allowing the coming release.nix to make generic builds for
    the overlay.
    samueldr committed Mar 13, 2020
    Copy the full SHA
    5471ee7 View commit details
    Browse the repository at this point in the history
  3. hardware: Add generic ARM platforms

    Will be used by the release.nix configurations. Though these may be just
    as useful as the x86_64 one is!
    samueldr committed Mar 13, 2020
    Copy the full SHA
    987be3b View commit details
    Browse the repository at this point in the history
  4. all-device.nix: init

    This file, to be checked via a CI task, should always contain the full
    list of devices from the devices folder.
    
    Though, with that said, a device line may be commented out.
    
    All devices have to be ordered alphabetically, including those commented
    out.
    samueldr committed Mar 13, 2020
    Copy the full SHA
    7115e23 View commit details
    Browse the repository at this point in the history
  5. release.nix: Init, for hydra consumption

    This release.nix is intended to provide:
    
     * Builds for our overlay
     * Builds for all devices
    samueldr committed Mar 13, 2020
    Copy the full SHA
    3f377dd View commit details
    Browse the repository at this point in the history
  6. default.nix: Warn when local.nix is used

    Only to remind the poor soul that their build has some side-effects.
    samueldr committed Mar 13, 2020
    Copy the full SHA
    7f265d5 View commit details
    Browse the repository at this point in the history
  7. default.nix: Allow passing more configuration

    This begins to smell like spaghetti :/
    samueldr committed Mar 13, 2020
    Copy the full SHA
    a9e2e89 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    7a30a6f View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    611b107 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    97cca51 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    3b5fe89 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    4ac71a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. release.nix: minor cleanup

    samueldr committed Mar 14, 2020
    Copy the full SHA
    5be1588 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1130301 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6b33a0a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #97 from samueldr-wip/feature/hydra

    Add release.nix for hydra consumption
    samueldr committed Mar 14, 2020
    Copy the full SHA
    a6d221c View commit details
    Browse the repository at this point in the history