mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 08:16:14 +02:00
nix-dram: Support new output selector syntax
This commit is contained in:
parent
bc2647312a
commit
c6087c318f
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