|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <installable-value.hh>
Public Attributes | |
| std::optional< NixInt::Inner > | priority |
| std::string | attrPath |
| ExtendedOutputsSpec | extendedOutputsSpec |
Extra struct to get around C++ designated initializer limitations
| 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 nix::ExtraPathInfoValue::Value::extendedOutputsSpec |
| std::optional<NixInt::Inner> nix::ExtraPathInfoValue::Value::priority |
An optional priority for use with "build envs". See Package