add rustfmt

This commit is contained in:
Denis Lehmann 2021-03-11 15:02:57 +01:00
parent 49973291c4
commit 5c0bb8fdde

View file

@ -4,6 +4,7 @@ pkgs.mkShell {
buildInputs = with pkgs; [
cargo
rustc
rustfmt
];
shellHook = ''
function log_header {