From 53d59ab1f62c56e8381eed5eb612c125c64b0bc9 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 21 Apr 2022 14:14:37 +0200 Subject: feat(3p/overlays): Build overlaid packages in CI explicitly Change-Id: I2f9e4f6f5f0193456f773e62ce5b8163b253de0c Reviewed-on: https://cl.tvl.fyi/c/depot/+/5489 Autosubmit: tazjin Reviewed-by: sterni Tested-by: BuildkiteCI --- default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 640f6fda95..2ac136404d 100644 --- a/default.nix +++ b/default.nix @@ -112,9 +112,6 @@ readTree.fix (self: (readDepot { # generate pipelines because that also leads to infinite # recursion. ops = self.ops // { pipelines = null; }; - - # remove nixpkgs from the set, for obvious reasons. - third_party = self.third_party // { nixpkgs = null; }; }); # Derivation that gcroots all depot targets. -- cgit 1.4.1