Module tvix_glue::builtins::fetchers::fetcher_builtins
source · Functions§
- builtin_fetch_git π
- builtin_fetchurl π
- fetch_lazy πConsumes a fetch. If there is enough info to calculate the store path without fetching, queue the fetch to be fetched lazily, and return the store path. If thereβs not enough info to calculate it, do the fetch now, and then return the store path.