Expand description
Contains builtins that deal with the store or builder.
Modules§
- Implements
builtins.derivation
, the core of what makes Nix build packages. - errors 🔒Contains errors that can occur during evaluation of builtins in this crate
- fetchers 🔒Contains builtins that fetch paths from the Internet, or local filesystem.
- import 🔒Implements builtins used to import paths in the store.
- utils 🔒
Enums§
- Errors related to derivation construction
- Errors related to
builtins.path
andbuiltins.filterSource
, a.k.a. “importing” builtins.
Functions§
- Adds derivation-related builtins to the passed tvix_eval::Evaluation.
- Adds fetcher builtins to the passed tvix_eval::Evaluation:
- Adds import-related builtins to the passed tvix_eval::Evaluation.