Use config.system.build.systemd in the toplevel derivation

This commit is contained in:
Eelco Dolstra 2012-10-10 16:49:59 -04:00
parent ad94b9e50e
commit 6b185a131f

View file

@ -148,7 +148,8 @@ let
preferLocalBuild = true;
buildCommand = systemBuilder;
inherit (pkgs) systemd utillinux;
inherit (pkgs) utillinux;
inherit (config.system.build) systemd;
inherit children;
kernelParams =