Remove rustfmt

This commit is contained in:
Eelco Dolstra 2020-06-17 10:02:33 +02:00
parent 29542865ce
commit 9ce994d45e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ with import ./release-common.nix { inherit pkgs; };
(if useClang then clangStdenv else stdenv).mkDerivation {
name = "nix";
buildInputs = buildDeps ++ propagatedDeps ++ perlDeps ++ [ pkgs.rustfmt ];
buildInputs = buildDeps ++ propagatedDeps ++ perlDeps;
inherit configureFlags;