From d5157f372b2e3954a3724e40e3906289117d7015 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 6 Jan 2024 22:54:36 +0000 Subject: [PATCH] 3p/nixpkgs: only exclude nixpkgs-check-by-name tests --- third_party/nixpkgs/copy.bara.sky | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/nixpkgs/copy.bara.sky b/third_party/nixpkgs/copy.bara.sky index fb874d63c1..d467d5ef86 100644 --- a/third_party/nixpkgs/copy.bara.sky +++ b/third_party/nixpkgs/copy.bara.sky @@ -10,7 +10,7 @@ core.workflow( push = "default", ), origin_files = glob(["**"], exclude = [ - "pkgs/test/nixpkgs-check-by-name/**", + "pkgs/test/nixpkgs-check-by-name/tests/**", ]), destination_files = glob(["third_party/nixpkgs/**"], exclude = [ "third_party/nixpkgs/copy.bara.sky",