Avoid top-level with ...;
in nixos/lib/systemd-network-units.nix
This commit is contained in:
parent
f290c5901b
commit
d509d28475
1 changed files with 7 additions and 2 deletions
|
@ -1,8 +1,13 @@
|
|||
{ lib, systemdUtils }:
|
||||
|
||||
with lib;
|
||||
|
||||
let
|
||||
inherit (lib)
|
||||
concatMapStrings
|
||||
concatStringsSep
|
||||
flip
|
||||
optionalString
|
||||
;
|
||||
|
||||
attrsToSection = systemdUtils.lib.attrsToSection;
|
||||
commonMatchText = def:
|
||||
optionalString (def.matchConfig != { }) ''
|
||||
|
|
Loading…
Reference in a new issue