Nix
2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
regex.hh
Go to the documentation of this file.
1
#pragma once
3
4
#include <string>
5
#include <regex>
6
7
namespace
nix::regex {
8
std::string quoteRegexChars(
const
std::string & raw);
9
10
std::regex storePathRegex(
const
std::string & storeDir);
11
}
lix
libutil
regex.hh
Generated by
1.10.0