diff options
Diffstat (limited to 'tvix/eval/shell.nix')
-rw-r--r-- | tvix/eval/shell.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tvix/eval/shell.nix b/tvix/eval/shell.nix index 036e9221ddb1..482ccb591eeb 100644 --- a/tvix/eval/shell.nix +++ b/tvix/eval/shell.nix @@ -6,8 +6,9 @@ pkgs.mkShell { name = "tvix-eval-dev-env"; packages = [ pkgs.cargo + pkgs.clippy + pkgs.rust-analyzer pkgs.rustc pkgs.rustfmt - pkgs.clippy ]; } |