|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Classes | |
| struct | integer_t |
| struct | floating_t |
| struct | boolean_t |
| struct | string_t |
| struct | path_t |
| struct | list_t |
| struct | attrs_t |
| struct | thunk_t |
| struct | null_t |
| struct | app_t |
| struct | primop_t |
| struct | primOpApp_t |
| struct | lambda_t |
| struct | external_t |
| struct | blackhole_t |
Static Public Attributes | |
| static constexpr integer_t | integer {} |
| static constexpr floating_t | floating {} |
| static constexpr boolean_t | boolean {} |
| static constexpr string_t | string {} |
| static constexpr path_t | path {} |
| static constexpr list_t | list {} |
| static constexpr attrs_t | attrs {} |
| static constexpr thunk_t | thunk {} |
| static constexpr null_t | null {} |
| static constexpr app_t | app {} |
| static constexpr primop_t | primop {} |
| static constexpr primOpApp_t | primOpApp {} |
| static constexpr lambda_t | lambda {} |
| static constexpr external_t | external {} |
| static constexpr blackhole_t | blackhole {} |