diff options
author | Florian Klink <flokli@flokli.de> | 2024-04-19T13·07+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-04-19T19·22+0000 |
commit | cd820d07d7b8b732928150365b73b8a67d3af26e (patch) | |
tree | aabde85b13a871f866094ebdbee603188a94ba50 /tvix/default.nix | |
parent | d1ae5845bf1153d87e1d6e0034fe90e6a96d0f8d (diff) |
chore(nix-compat): remove unused test-case and test-generator r/7975
This is especially nice, as it allows us getting rid of the other versions of proc-macro2 and quote. Change-Id: I9fdd012ee6c0ded3e18ec30504b83ac2032d1390 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11474 Reviewed-by: Connor Brewster <cbrewster@hey.com> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/default.nix')
-rw-r--r-- | tvix/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/default.nix b/tvix/default.nix index f965959c91c0..f562cf37de78 100644 --- a/tvix/default.nix +++ b/tvix/default.nix @@ -89,7 +89,6 @@ let (lib.nameValuePair "${crateName}-${crates.internal.crates.${crateName}.version}" crates.internal.crates.${crateName}.src.outputHash) ) [ "bigtable_rs" - "test-generator" "wu-manber" ]); }; |