|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <eval.hh>
Public Attributes | |
| ValueType | type = nThunk |
| const char * | doc = nullptr |
| bool | impureOnly = false |
Info about a constant
| const char* nix::Constant::doc = nullptr |
Optional free-form documentation about the constant.
| bool nix::Constant::impureOnly = false |
Whether the constant is impure, and not available in pure mode.
| ValueType nix::Constant::type = nThunk |
Optional type of the constant (known since it is a fixed value).