3
0
Fork 0
forked from mirrors/nixpkgs

nixos: systemd: avoid using "with systemdUtils.lib"

This commit is contained in:
Bob van der Linden 2022-03-13 16:11:28 +01:00
parent 3420dba80a
commit 0c94a512dd
No known key found for this signature in database
GPG key ID: EEBE8E3EC4A31364

View file

@ -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