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: 82cafa41cb5a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: fd8bca45c994
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 28, 2018

  1. nixos/kexec: Fix typo in meta.platforms

    Evaluation error introduced in 599c4df.
    
    There is only a "platformS" attribute in kexectools.meta, so let's use
    this and from the code in the kexec module it operates on a list,
    matching the corresponding platforms, so this seems to be the attribute
    the original author intended.
    
    Tested by building nixos/tests/kexec.nix on x86_64-linux and while it
    evaluates now, the test still fails by timing out shortly after the
    kexec:
    
    machine: waiting for the VM to finish booting
    machine# Cannot find the ESP partition mount point.
    
    This however seems to be an unrelated issue and was also the case before
    the commit mentioned above.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    Cc: @edolstra, @dezgeg
    aszlig committed Sep 28, 2018
    Copy the full SHA
    fd8bca4 View commit details
    Browse the repository at this point in the history