tvl-depot/tvix/cli/src
Florian Klink 6f85dbfc06 feat(tvix/store/pathinfosvc): add calculate_nar method
Putting this in the PathInfoService trait makes much more sense, we can
have direct control over where/how to cache the results in the
implementation.

This now requires each PathInfoService to hold pointers to BlobService
and DirectoryService.

Change-Id: I4faae780d43eae4beeb57bd5e190e6d1a5d3314e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8724
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: tazjin <tazjin@tvl.su>
2023-06-12 10:15:20 +00:00
..
.skip-subtree feat(tvix/cli): implement builtins.derivation 2023-01-27 12:21:41 +00:00
derivation.nix feat(tvix/cli): implement builtins.derivation 2023-01-27 12:21:41 +00:00
derivation.rs fix(tvix/eval): emit only warnings on shadowed outputs 2023-06-11 20:59:34 +00:00
errors.rs fix(tvix/eval): emit only warnings on shadowed outputs 2023-06-11 20:59:34 +00:00
fetchurl.nix feat(tvix/cli): bundle corepkgs/fetchurl.nix with tvix-cli 2023-03-13 20:30:59 +00:00
known_paths.rs refactor(tvix/nix-compat): replace calculate_drv_replacement_str 2023-03-14 18:26:19 +00:00
main.rs feat(tvix/store/pathinfosvc): add calculate_nar method 2023-06-12 10:15:20 +00:00
nix_compat.rs refactor(tvix/eval): stop borrowing &mut self 2023-05-25 11:11:59 +00:00
refscan.rs fix(tvix/cli): fix refscan when no paths are referenced 2023-06-02 13:19:56 +00:00
tvix_io.rs refactor(tvix/eval): stop borrowing &mut self 2023-05-25 11:11:59 +00:00