:omya_nix:
lis: okay i know this stupid trick with nixlang where{ ${name} = x; } will vanish from the attrset if name == null, that would save a lot of space here but would be stupidly unreadable so let's notnixos devs:
{
${
if prefix == [ ] then
null
else
"internal"
} =
true;
}

