mirror of
https://github.com/NixOS/nix
synced 2025-06-28 13:41:15 +02:00
Revert "StorePath: reject names starting with '.'"
This reverts commit 24bda0c7b3
.
This commit is contained in:
parent
d137077271
commit
379274fd7f
4 changed files with 3 additions and 10 deletions
|
@ -3,6 +3,6 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
static constexpr std::string_view nameRegexStr = R"([0-9a-zA-Z\+\-_\?=][0-9a-zA-Z\+\-\._\?=]*)";
|
||||
static constexpr std::string_view nameRegexStr = R"([0-9a-zA-Z\+\-\._\?=]+)";
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue