From b3cc4c8c2c25008699323491ee2456bd317efeac Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 18 Sep 2022 17:37:29 +0300 Subject: chore(tvix/eval): bump rnix-parser to latest HEAD This bumps rnix-parser to a commit that should be unaffected by the Nix >= 2.4 bug that prevents it from cloning repositories with filters. Change-Id: Ie01da95245ec6740fa889eb710819e512202f665 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6634 Tested-by: BuildkiteCI Reviewed-by: sterni --- corp/tvixbolt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'corp/tvixbolt/Cargo.toml') diff --git a/corp/tvixbolt/Cargo.toml b/corp/tvixbolt/Cargo.toml index 2e6c7932096f..7d259c20b25c 100644 --- a/corp/tvixbolt/Cargo.toml +++ b/corp/tvixbolt/Cargo.toml @@ -15,7 +15,7 @@ wasm-bindgen = "= 0.2.82" [dependencies.rnix] git = "https://github.com/nix-community/rnix-parser.git" -rev = "97b438e34be5211a4b48aeed9cc3ded489b4d6da" +rev = "7d0d929c22ad27bdcc0779afe445b541d3ce9631" [dependencies.tvix-eval] path = "../../tvix/eval" -- cgit 1.4.1