Nix 2.93.3
Lix: A modern, delicious implementation of the Nix 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
kj::Promise< Result< void > > closure (Store &store, Set &ret) const
kj::Promise< Result< Set > > closure (Store &store) const
 GENERATE_CMP (RealisedPath, me->raw)

Static Public Member Functions

static kj::Promise< Result< 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: