From db3ef5255fd6f6c4c4ac0e9077803a9eb70e63d9 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 11 Dec 2023 11:58:46 +0300 Subject: fix(views/tvix): Canonicalise Tvix workspace formatting This change is done by josh on push back to Tvix, as the formatting of our workspace files differs from its canonical formatting. Change-Id: I97bf9d87f82b6acbe3350c1a3c99bd38b5af98e5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10251 Reviewed-by: Adam Joseph Tested-by: BuildkiteCI Autosubmit: tazjin --- views/tvix/workspace.josh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'views/tvix/workspace.josh') diff --git a/views/tvix/workspace.josh b/views/tvix/workspace.josh index f1b326f83d..58c83f861b 100644 --- a/views/tvix/workspace.josh +++ b/views/tvix/workspace.josh @@ -2,8 +2,7 @@ ::nixpkgs/ ::sources/ ] - ::tvix:exclude[ - ::tvix/default.nix, - ::tvix/**/default.nix:exclude[::tvix/eval/src/tests/tvix_tests/directory/default.nix] + ::tvix/default.nix + ::tvix/**/default.nix:exclude[::tvix/eval/src/tests/tvix_tests/directory/default.nix] ]:/tvix -- cgit 1.4.1