nixos/systemd/initrd: Remove with lib

This commit is contained in:
Will Fancher
2026-04-22 23:10:30 -04:00
parent a1c0516e6d
commit 61d18372d6
+22 -2
View File
@@ -7,9 +7,29 @@
...
}:
with lib;
let
inherit (lib)
filter
elem
filterAttrs
concatLists
mapAttrsToList
getBin
concatStringsSep
mkEnableOption
mkOption
types
literalExpression
mkIf
any
isBool
isString
optionalAttrs
mapAttrs'
nameValuePair
listToAttrs
;
inherit (utils) systemdUtils escapeSystemdPath;
inherit (systemdUtils.unitOptions) unitOption;
inherit (systemdUtils.lib)