diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-02-15 21:48:28 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-02-18 17:57:10 +0100 |
commit | 583d06385de82ab5c7fc77d26cd138d3c6d5f4b5 (patch) | |
tree | 327eb0d46b1d65c1ac8c5525498fce804c79ec5b /shell.nix | |
parent | f46bc0e8eb079f7d2613bfabfbcff31f4401b42c (diff) |
Build with large config Boehm GC
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ with import ./release-common.nix { inherit pkgs; }; (if useClang then clangStdenv else stdenv).mkDerivation { name = "nix"; - buildInputs = buildDeps ++ tarballDeps ++ perlDeps ++ [ pkgs.rustfmt ]; + buildInputs = buildDeps ++ propagatedDeps ++ tarballDeps ++ perlDeps ++ [ pkgs.rustfmt ]; inherit configureFlags; |