snix/tvix/cli/src
Vincent Ambo 64ee21ec86 chore(tvix/cli): remove unnecessary RefCell
This remained around from some previous time where this type was being
cloned around directly, but it's not anymore.

Change-Id: I2c61cf9cecb8e5d7d08644ed20642ee61357bc21
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8580
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
2023-05-18 19:12:11 +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 refactor(nix-compat): Properly encapsulate store path construction 2023-04-09 15:12:21 +00:00
errors.rs refactor(tvix/cli): use nixhash module for output hash calculation 2023-02-01 15:29:48 +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 refactor(tvix/cli): split CLI-specific IO logic into TvixIO type 2023-05-18 19:12:11 +00:00
nix_compat.rs chore(tvix/cli): remove unnecessary RefCell 2023-05-18 19:12:11 +00:00
refscan.rs fix(tvix/cli): keep tracking full paths in known_paths 2023-02-02 23:37:34 +00:00
tvix_io.rs refactor(tvix/cli): split CLI-specific IO logic into TvixIO type 2023-05-18 19:12:11 +00:00