mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 08:16:14 +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 {
|
||||
|
||||
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(
|
||||
|
|
Loading…
Reference in a new issue