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

Go to the source code of this file.

Classes

struct  nix::SingleBuiltPathBuilt
 
struct  nix::SingleBuiltPath
 
struct  nix::BuiltPathBuilt
 
struct  nix::BuiltPath
 

Typedefs

using nix::built_path::detail::SingleBuiltPathRaw
 
using nix::built_path::detail::BuiltPathRaw
 
typedef std::vector< BuiltPathnix::BuiltPaths
 

Typedef Documentation

◆ BuiltPathRaw

using nix::built_path::detail::BuiltPathRaw
Initial value:
std::variant<
DerivedPath::Opaque,
BuiltPathBuilt
>

◆ SingleBuiltPathRaw

using nix::built_path::detail::SingleBuiltPathRaw
Initial value:
std::variant<
DerivedPathOpaque,
SingleBuiltPathBuilt
>