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
7namespace nix::regex {
8std::string quoteRegexChars(const std::string & raw);
9
10std::regex storePathRegex(const std::string & storeDir);
11}