nix-dram: Support new output selector syntax

This commit is contained in:
Max Headroom 2022-05-29 18:34:07 +02:00
parent bc2647312a
commit c6087c318f

View file

@ -24,7 +24,7 @@
namespace nix {
const static std::regex attrPathRegex(
R"((?:[a-zA-Z0-9_"-][a-zA-Z0-9_".-]*))",
R"((?:[a-zA-Z0-9_"-][a-zA-Z0-9_".,^-]*))",
std::regex::ECMAScript);
void completeFlakeInputPath(