From ea7d63e177d8a951e30bc00918081eb069e2efb2 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 13 Dec 2022 20:17:00 +0300 Subject: feat(tvix/cli): implement `NixCompatIO` helper type This type allows for temporarily compatibility with the C++ Nix store, specifically (for now) it gives us the store directory used by Nix and imports files the same way. Change-Id: I4767794ef2863eba49661315c63c4e17de946d60 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7587 Reviewed-by: grfn Tested-by: BuildkiteCI --- tvix/Cargo.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tvix/Cargo.nix') diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 1447c4ea17ed..cce3bbca835c 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -4229,6 +4229,10 @@ rec { name = "rustyline"; packageId = "rustyline"; } + { + name = "smol_str"; + packageId = "smol_str"; + } { name = "tvix-eval"; packageId = "tvix-eval"; -- cgit 1.4.1