diff options
Diffstat (limited to 'third_party/nix/default.nix')
-rw-r--r-- | third_party/nix/default.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/nix/default.nix b/third_party/nix/default.nix index f9ed4749e6b5..fc3ed792e25f 100644 --- a/third_party/nix/default.nix +++ b/third_party/nix/default.nix @@ -12,12 +12,6 @@ let customMemoryManagement = false; }; - # TODO(tazjin): this is copied from the original derivation, but what - # is it for? - largeBoehm = pkgs.boehmgc.override { - enableLargeConfig = true; - }; - src = ./.; # Proto generation in CMake is theoretically possible, but that is @@ -84,7 +78,6 @@ in lib.fix (self: pkgs.llvmPackages.libcxxStdenv.mkDerivation { propagatedBuildInputs = with pkgs; [ boost - largeBoehm ]; configurePhase = '' |