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: 41923e4895a7
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: d5869523869e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 31, 2020

  1. fix build failure by providing kernel filename to internal NixOS option

    The update from 29a1008 caused the
    uncompressed kernel to not be installed anymore into the kernel output.
    
    This meant that building the top-level argument failed as a file assumed
    to exist wasn't there anymore.
    
    We now provide the appropriate filename when we know it.
    samueldr committed Dec 31, 2020
    Copy the full SHA
    3487b77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #269 from samueldr-wip/fix/regression-kernel-filename

    fix build failure by providing kernel filename to internal NixOS option
    samueldr committed Dec 31, 2020
    Copy the full SHA
    d586952 View commit details
    Browse the repository at this point in the history