forked from mirrors/nixpkgs
nixos: systemd: avoid using "with systemdUtils.lib"
This commit is contained in:
parent
3420dba80a
commit
0c94a512dd
|
@ -2,7 +2,6 @@
|
|||
|
||||
with utils;
|
||||
with systemdUtils.unitOptions;
|
||||
with systemdUtils.lib;
|
||||
with lib;
|
||||
|
||||
let
|
||||
|
@ -12,6 +11,8 @@ let
|
|||
systemd = cfg.package;
|
||||
|
||||
inherit (systemdUtils.lib)
|
||||
makeUnit
|
||||
generateUnits
|
||||
makeJobScript
|
||||
unitConfig
|
||||
serviceConfig
|
||||
|
|
Loading…
Reference in a new issue