pub(crate) fn parse_input_to_pkg_string(url: &str) -> StringExpand description
@brief Parses a flake URL into a package string. @details Example: “github:owner/repo” -> “repo.packages.${system}.default” @param url The flake URL to parse. @return The package string following the standard convention for flake packages.