Use config.system.build.systemd in the toplevel derivation
This commit is contained in:
parent
ad94b9e50e
commit
6b185a131f
@ -148,7 +148,8 @@ let
|
|||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
buildCommand = systemBuilder;
|
buildCommand = systemBuilder;
|
||||||
|
|
||||||
inherit (pkgs) systemd utillinux;
|
inherit (pkgs) utillinux;
|
||||||
|
inherit (config.system.build) systemd;
|
||||||
|
|
||||||
inherit children;
|
inherit children;
|
||||||
kernelParams =
|
kernelParams =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user