snix/tvix/glue/src/builtins
Florian Klink 649a862ae1 feat(tvix/eval): rm NixContext::join, add take_context & IntoIterator
In places where we want to extend context with that from another
NixString, use take_context() to split it off, then call .extend(),
making use of IntoIterator to avoid a bunch of clones.

Change-Id: I2460141a3ed776c64c36132b2203b6a1d710b922
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11705
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: edef <edef@edef.eu>
2024-05-23 14:50:38 +00:00
..
derivation.nix refactor(tvix/glue): move builtins into separate directory 2023-11-04 15:20:46 +00:00
derivation.rs feat(tvix/eval): rm NixContext::join, add take_context & IntoIterator 2024-05-23 14:50:38 +00:00
errors.rs refactor(tvix/castore/import): restructure error types 2024-04-30 17:12:39 +00:00
fetchers.rs feat(tvix/glue/fetchers): support file:// URLs 2024-04-23 12:41:17 +00:00
import.rs refactor(tvix/store): drop calculate_nar from PathInfoService 2024-05-11 13:33:59 +00:00
mod.rs refactor(tvix/store): drop calculate_nar from PathInfoService 2024-05-11 13:33:59 +00:00
utils.rs feat(tvix/glue): Implement builtins.fetchurl 2024-03-11 02:21:54 +00:00