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

#include <installable-value.hh>

Public Attributes

std::optional< NixInt::Inner > priority
 
std::string attrPath
 
ExtendedOutputsSpec extendedOutputsSpec
 

Detailed Description

Extra struct to get around C++ designated initializer limitations

Member Data Documentation

◆ attrPath

std::string nix::ExtraPathInfoValue::Value::attrPath

The attribute path associated with this value. The idea is that an installable referring to a value typically refers to a larger value, from which we project a smaller value out with this.

◆ extendedOutputsSpec

ExtendedOutputsSpec nix::ExtraPathInfoValue::Value::extendedOutputsSpec
Todo
merge with DerivedPath's 'outputs' field?

◆ priority

std::optional<NixInt::Inner> nix::ExtraPathInfoValue::Value::priority

An optional priority for use with "build envs". See Package


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