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