Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::DerivedPathOpaque Struct Reference

#include <derived-path.hh>

Collaboration diagram for nix::DerivedPathOpaque:
[legend]

Public Member Functions

std::string to_string (const Store &store) const
 
kj::Promise< Result< JSON > > toJSON (const Store &store) const
 
 GENERATE_CMP (DerivedPathOpaque, me->path)
 

Static Public Member Functions

static DerivedPathOpaque parse (const Store &store, std::string_view)
 

Public Attributes

StorePath path
 

Detailed Description

An opaque derived path.

Opaque derived paths are just store paths, and fully evaluated. They cannot be simplified further. Since they are opaque, they cannot be built, but they can fetched.


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