mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 05:56:03 +01:00
Revert "StorePath: reject names starting with '.'"
This reverts commit24bda0c7b3. (cherry picked from commit9ddd0f2af8)
This commit is contained in:
parent
8f42912c80
commit
0f4db25957
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