1pkgs:withpkgs.lib; 2 3rec{ 4 5# Escape a path according to the systemd rules, e.g. /dev/xyzzy 6# becomes dev-xyzzy. FIXME: slow. 7escapeSystemdPath=s: 8replaceChars["/""-"""]["-""\\x2d""\\x20"] 9(ifhasPrefix"/"sthensubstring1(stringLengths)selses);1011}