#include <string_view>
#include "types.hh"
Go to the source code of this file.
|
typedef std::set< StorePath > | nix::StorePathSet |
|
typedef std::vector< StorePath > | nix::StorePaths |
|
◆ checkName()
void nix::checkName |
( |
std::string_view | name | ) |
|
Check whether a name is a valid store path name.
- Exceptions
-
BadStorePathName | if the name is invalid. The message is of the format "name %s is not valid, for this specific reason". |
◆ drvExtension
The file extension of nix::Derivation derivations when serialized into store objects.