nixpkgs/nixos/modules/system
Edmund Wu 78f915a002
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`.
2021-01-11 12:57:34 -05:00
..
activation utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
boot nixos/kernel.nix: ensure same kernel is used 2021-01-11 12:57:34 -05:00
etc treewide: completely remove types.loaOf 2020-09-02 00:42:50 +02:00