about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix3
1 files changed, 0 insertions, 3 deletions
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.