Expand description
Contains builtins that deal with the store or builder.
Modulesยง
- derivation ๐
- 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ยง
- Derivation
Error - Errors related to derivation construction
- Fetcher
Error - Import
Error - Errors related to
builtins.path
andbuiltins.filterSource
, a.k.a. โimportingโ builtins.
Functionsยง
- add_
derivation_ builtins - Adds derivation-related builtins to the passed snix_eval::EvaluationBuilder:
- add_
fetcher_ builtins - Adds fetcher builtins to the passed snix_eval::EvaluationBuilder:
- add_
import_ builtins - Adds import-related builtins to the passed snix_eval::EvaluationBuilder: