Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
path.hh File Reference
#include <string_view>
#include <string>
#include "lix/libutil/types.hh"
Include dependency graph for path.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nix::StorePath
 
struct  std::hash< nix::StorePath >
 

Typedefs

typedef std::set< StorePathnix::StorePathSet
 
typedef std::vector< StorePathnix::StorePaths
 

Variables

const std::string nix::drvExtension = ".drv"
 

Variable Documentation

◆ drvExtension

const std::string nix::drvExtension = ".drv"

The file extension of Derivation derivations when serialized into store objects.