mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 20:46:01 +01:00
7 lines
112 B
C++
7 lines
112 B
C++
#pragma once
|
|
|
|
namespace nix {
|
|
|
|
static constexpr std::string_view nameRegexStr = R"([0-9a-zA-Z\+\-\._\?=]+)";
|
|
|
|
}
|