Function parse_input_to_pkg_string

Source
pub(crate) fn parse_input_to_pkg_string(url: &str) -> String
Expand 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.