mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
Fix passing of kernel parameters
Broken in 9ee30cd9b5
. Reported by Arvin
Moezzi.
This commit is contained in:
parent
47cb33819d
commit
09dd7f9afc
@ -98,6 +98,7 @@ let
|
||||
systemd = config.systemd.package;
|
||||
|
||||
inherit children;
|
||||
kernelParams = config.boot.kernelParams;
|
||||
installBootLoader =
|
||||
config.system.build.installBootLoader
|
||||
or "echo 'Warning: do not know how to make this configuration bootable; please enable a boot loader.' 1>&2; true";
|
||||
|
Loading…
Reference in New Issue
Block a user