diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-06-17 10:02:33 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-06-17 10:02:33 +0200 |
commit | 9ce994d45eab1f89c2e3d485d7486a10fa219479 (patch) | |
tree | a570daff001dd769b95c1275715f0832cc3d144a /shell.nix | |
parent | 29542865cee37ab22efe1bd142900b69f6c59f0d (diff) |
Remove rustfmt
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 ++ propagatedDeps ++ perlDeps ++ [ pkgs.rustfmt ]; + buildInputs = buildDeps ++ propagatedDeps ++ perlDeps; inherit configureFlags; |