snix/tvix/glue/src
Florian Klink ddd88a589b feat(tvix/glue/tvix_store_io): show progress info
In `store_path_to_node`, in case we need to build or fetch something,
render a progress bar, using the spinner for now.
We can upgrade this to a progress *bar* later.

Change-Id: I4a7cf5ef8f639076f176af9b39d276be3f37c8ff
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11793
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
2024-06-12 23:43:54 +00:00
..
builtins feat(tvix/glue): support builtin:fetchurl 2024-06-12 22:31:17 +00:00
fetchers feat(tvix/glue): support builtin:fetchurl 2024-06-12 22:31:17 +00:00
tests test(tvix/glue/fetchurl): add output path tests for fetchurl 2024-06-12 10:30:30 +00:00
.skip-subtree refactor(tvix): move tvix glue code into glue crate 2023-11-04 15:18:44 +00:00
fetchurl.nix refactor(tvix): move tvix glue code into glue crate 2023-11-04 15:18:44 +00:00
fetchurl.rs feat(tvix/glue): support builtin:fetchurl 2024-06-12 22:31:17 +00:00
known_paths.rs refactor(tvix/glue/fetchers): move store_path() tests here 2024-06-12 10:30:40 +00:00
lib.rs feat(tvix/glue): support builtin:fetchurl 2024-06-12 22:31:17 +00:00
refscan.rs refactor(tvix): move tvix glue code into glue crate 2023-11-04 15:18:44 +00:00
tvix_build.rs feat(tvix/nix-compat): Use StorePath in Output 2024-02-21 11:38:03 +00:00
tvix_io.rs fix(tvix): Avoid buffering file into memory in builtins.hashFile 2024-04-09 17:31:58 +00:00
tvix_store_io.rs feat(tvix/glue/tvix_store_io): show progress info 2024-06-12 23:43:54 +00:00