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: dd705fb45fd1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 004e3816dcff
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 29, 2019

  1. runInLinuxVM: pkgs.linux -> kernel

    There is a function params `kernel' intended to specify which kernel to use.
    It defaults to `pkgs.linux`.
    But when we override `kernel', compiling and using two kernels seems not to be the intendend bevavior.
    volth committed Jan 29, 2019
    Copy the full SHA
    e64a551 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. runInLinuxVM: pkgs.linux -> kernel (#54897)

    There is a function params `kernel' intended to specify which kernel to use.
    It defaults to `pkgs.linux`.
    But when we override `kernel', compiling and using two kernels seems not to be the intendend bevavior.
    joachifm committed Jan 31, 2019
    Copy the full SHA
    004e381 View commit details
    Browse the repository at this point in the history