diff options
author | sterni <sternenseemann@systemli.org> | 2022-09-18T22·53+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-09-18T23·19+0000 |
commit | 0c75ce2d3d1cf806a9c6330619928739a6ffe98a (patch) | |
tree | faf8c43569911d5728097fdbcfe630ae058b6712 /tvix/eval/shell.nix | |
parent | 69cbcc1eda13400d24dcb580713453bcba00fcc3 (diff) |
chore(tvix/eval): add rustfmt to the shell r/4915
Change-Id: Ia049bf08feeb1a75f30df8fed7f88fcdf650521b Reviewed-on: https://cl.tvl.fyi/c/depot/+/6663 Autosubmit: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'tvix/eval/shell.nix')
-rw-r--r-- | tvix/eval/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/shell.nix b/tvix/eval/shell.nix index 2c3da208f5fc..036e9221ddb1 100644 --- a/tvix/eval/shell.nix +++ b/tvix/eval/shell.nix @@ -7,6 +7,7 @@ pkgs.mkShell { packages = [ pkgs.cargo pkgs.rustc + pkgs.rustfmt pkgs.clippy ]; } |