pub fn flake_serves_package(text: &str) -> boolExpand description
Whether a flake serves a default package output, judged lexically.
Comments and string contents are scrubbed first. The evidence is a
packages.default or packages.<system>.default attribute path, or
a packages = binding whose
own value, up to its terminating ;, is not a mkShell list and
binds a default attribute.