From 9d6ee5b6a69195bc1a3d5543f04998b631584076 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 18 Dec 2022 17:23:35 +0300 Subject: fix(tvix/eval): use test-generator fork that supports workspaces This should make no difference in Nix builds, but allows running tests locally again with `cargo test` for //tvix/eval. Change-Id: I97d61840143d5c14db61d5862781bf635f9a28e7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7590 Reviewed-by: grfn Tested-by: BuildkiteCI Reviewed-by: flokli --- tvix/Cargo.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tvix/Cargo.nix') diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index d670bda4084b..886a39e428ff 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -4036,7 +4036,12 @@ rec { crateName = "test-generator"; version = "0.3.0"; edition = "2018"; - sha256 = "1h03y4503jhhrks4m7xqfjya9lsx3ip5dlbldr7mgcws6j8bx5za"; + workspace_member = null; + src = pkgs.fetchgit { + url = "https://github.com/JamesGuthrie/test-generator.git"; + rev = "82e799979980962aec1aa324ec6e0e4cad781f41"; + sha256 = "08brp3qqa55hijc7xby3lam2cc84hvx1zzfqv6lj7smlczh8k32y"; + }; procMacro = true; authors = [ "Frank Rehberger " -- cgit 1.4.1