mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-18 16:17:18 +02:00
fixup! nix-dram: Support new output selector syntax
This commit is contained in:
parent
c6087c318f
commit
47752c7401
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
namespace nix {
|
namespace nix {
|
||||||
|
|
||||||
const static std::regex attrPathRegex(
|
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);
|
std::regex::ECMAScript);
|
||||||
|
|
||||||
void completeFlakeInputPath(
|
void completeFlakeInputPath(
|
||||||
|
|
Loading…
Add table
Reference in a new issue