tvl-depot/tvix/cli/src
Florian Klink 432222f098 feat(tvix/store/proto): use Bytes instead of Vec<u8>
Makes use of https://github.com/tokio-rs/prost/pull/341, which makes our
bytes field cheaper to clone.

It's a bit annoying to configure due to
https://github.com/hyperium/tonic/issues/908, but the workaround does
get the job done.

Change-Id: I25714600b041bb5432d3adf5859b151e72b12778
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8975
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: flokli <flokli@flokli.de>
2023-07-22 09:03:02 +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/eval): allow extending builtins outside of tvix_eval 2023-06-22 20:19:06 +00:00
nix_compat.rs feat(tvix/store/proto): use Bytes instead of Vec<u8> 2023-07-22 09:03:02 +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 feat(tvix/store/proto): use Bytes instead of Vec<u8> 2023-07-22 09:03:02 +00:00