Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::RealisedPath Struct Reference

#include <realisation.hh>

Public Types

using Raw = std::variant<Realisation, OpaquePath>
 
using Set = std::set<RealisedPath>
 

Public Member Functions

 RealisedPath (StorePath path)
 
 RealisedPath (Realisation r)
 
StorePath path () const
 
void closure (Store &store, Set &ret) const
 
Set closure (Store &store) const
 
 GENERATE_CMP (RealisedPath, me->raw)
 

Static Public Member Functions

static void closure (Store &store, const Set &startPaths, Set &ret)
 

Public Attributes

Raw raw
 

Detailed Description

A store path with all the history of how it went into the store

Member Function Documentation

◆ path()

StorePath nix::RealisedPath::path ( ) const

Get the raw store path associated to this


The documentation for this struct was generated from the following files: