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: 5dee9b5699d1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: dce7cc111ae6
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 30, 2020

  1. nixos/qemu-vm: Fix condition in requiredKernelConfig

    'optional' just takes a single item rather than a list
    atlaua committed Oct 30, 2020
    Copy the full SHA
    ef5268b View commit details
    Browse the repository at this point in the history
  2. nixos/qemu-vm: Don't require CONFIG_EXPERIMENTAL

    The kernel stopped using this config option with version 3.9 (back in
    2013!).
    atlaua committed Oct 30, 2020
    Copy the full SHA
    8ee9704 View commit details
    Browse the repository at this point in the history
  3. nixos/qemu-vm: Update system.requiredKernelConfig

    Verify that all kernel modules which are required for mounting
    /nix/store in the VM are present.
    atlaua committed Oct 30, 2020
    Copy the full SHA
    a7de454 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Merge pull request #96912 from atlaua/aranea/qemu-vm-kernel-config

    nixos/qemu-vm: Fix and update system.requiredKernelConfig entries
    kevincox committed Nov 11, 2020
    Copy the full SHA
    dce7cc1 View commit details
    Browse the repository at this point in the history