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: 8fd6adc8844f
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: e4c5d21fa357
Choose a head ref
  • 8 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 29, 2020

  1. release.nix: Build the demo rootfs

    As thus rootfs is universal, building it will allow end-users to
    directly be able to run a somewhat usable system on their devices, even
    if they are unable to bootstrap themselves one.
    
    Furthermore, this ensures that the requirements are built and do
    continue building on aarch64-linux.
    samueldr committed Mar 29, 2020
    Copy the full SHA
    875a94f View commit details
    Browse the repository at this point in the history
  2. default.nix: Fix bug with special configuration

    Associativity strikes!
    samueldr committed Mar 29, 2020
    Copy the full SHA
    2fbd2c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Copy the full SHA
    fd3a5c6 View commit details
    Browse the repository at this point in the history
  2. modules/internal: Init

    samueldr committed Mar 31, 2020
    Copy the full SHA
    c37da93 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f7506b5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0810143 View commit details
    Browse the repository at this point in the history
  5. release.nix: Compress demo rootfs

    We cannot apply the compression outright on all builds as the image
    building infrastructure is not aware of compressed images.
    samueldr committed Mar 31, 2020
    Copy the full SHA
    f4f848c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #113 from samueldr-wip/feature/hydra-rootfs

    Add the demo rootfs build to release.nix
    samueldr committed Mar 31, 2020
    Copy the full SHA
    e4c5d21 View commit details
    Browse the repository at this point in the history