snix/tvix/glue/src/builtins
Florian Klink 98b85b4580 refactor(tvix/glue): clone less
Prepare the NixAttr to return without an intermediate
Vec<(String, NixString)>, and without into_iter(), and send off the
unmoved Derivation struct to known_paths without having to clone it.

Change-Id: Icdb9f78938e998a27d0313c5d9ab15b93af5821d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11531
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: edef <edef@edef.eu>
2024-04-29 13:19:41 +00:00
..
derivation.nix refactor(tvix/glue): move builtins into separate directory 2023-11-04 15:20:46 +00:00
derivation.rs refactor(tvix/glue): clone less 2024-04-29 13:19:41 +00:00
errors.rs refactor(tvix/castore): add separate Error enum for archives 2024-04-24 15:41:38 +00:00
fetchers.rs feat(tvix/glue/fetchers): support file:// URLs 2024-04-23 12:41:17 +00:00
import.rs refactor(tvix/castore): ingest filesystem entries in parallel 2024-04-20 18:54:28 +00:00
mod.rs chore(tvix/glue): migrate from test_case to rstest 2024-04-19 19:22:10 +00:00
utils.rs feat(tvix/glue): Implement builtins.fetchurl 2024-03-11 02:21:54 +00:00