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

Commits on Jan 11, 2021

  1. nixos/kernel.nix: ensure same kernel is used

    Originally, changes to the kernel don't propagate to the other
    derivation within the same package set. This commit allows for the
    changes in the kernel to be propagated.
    
    A distinct example is setting `boot.kernel.randstructSeed` to a non-zero
    length string which would result in building 2 kernels, one with the
    correct seed and the other with the zero length seed. Then, when using
    an out-of-tree kernel driver, it would be built with the zero length
    seed which differs from the non-zero length seed used to boot,
    contradicting the purpose of the `boot.kernel.randstructSeed`.
    eadwu committed Jan 11, 2021
    Copy the full SHA
    78f915a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Merge pull request #87856 from eadwu/kernel/same-kernel

    nixos/kernel.nix: ensure same kernel is used
    veprbl committed Jan 31, 2021
    Copy the full SHA
    8468a98 View commit details
    Browse the repository at this point in the history