Eelco Dolstra 2019-06-03 21:51:06 +02:00
parent 412684f9dc
commit 653c4e439b
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -60,7 +60,8 @@ FlakeRef::FlakeRef(const std::string & uri_, bool allowRelative)
static std::regex subDirRegex2(subDirRegex, std::regex::ECMAScript);
auto [uri, params] = splitUriAndParams(uri_);
auto [uri2, params] = splitUriAndParams(uri_);
std::string uri(uri2);
auto handleSubdir = [&](const std::string & name, const std::string & value) {
if (name == "dir") {