fixup! nix-dram: Support new output selector syntax

This commit is contained in:
Max Headroom 2022-06-01 21:13:13 +02:00
parent c6087c318f
commit 47752c7401

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(