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ยง
- 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 snix_eval::EvaluationBuilder:
- Adds fetcher builtins to the passed snix_eval::EvaluationBuilder:
- Adds import-related builtins to the passed snix_eval::EvaluationBuilder: