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: 49701c3bf815
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 48612c79b1d4
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 23, 2020

  1. nixos/nixos-build-vms: use pkgs.qemu for virtualisation

    When I test a change e.g. in the module system manually, I usually use
    `nixos-build-vms(8)` which also gives me a QEMU window where I can play
    around in the freshly built VM.
    
    It seems as this has changed recently when the default package for
    non-interactive VM tests using the same framework was switched to
    `pkgs.qemu_test` to reduce the closure size. While this is a reasonable
    decision for our CI tests, I think that you really want a QEMU window of
    the VM by default when using `nixos-build-vms(8)`.
    
    [1] bc2188b
    Ma27 committed Oct 23, 2020
    Copy the full SHA
    aab534b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Merge pull request #101473 from Ma27/nixos-build-vms-qemu

    nixos/nixos-build-vms: use `pkgs.qemu` for virtualisation
    Ma27 committed Oct 24, 2020
    Copy the full SHA
    48612c7 View commit details
    Browse the repository at this point in the history