diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/default.nix b/default.nix index 640f6fda959a..2ac136404dfb 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. |