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; [ buildInputs = with pkgs; [
cargo cargo
rustc rustc
rustfmt
]; ];
shellHook = '' shellHook = ''
function log_header { function log_header {