#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).