From 977414678747eaa5f542fa746a1f5393e264aeea Mon Sep 17 00:00:00 2001 From: Manuel Mendez Date: Thu, 4 Jun 2020 16:11:03 -0400 Subject: [PATCH] Add prettier to shell.nix --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 0556a5625..5b68f8290 100644 --- a/shell.nix +++ b/shell.nix @@ -13,6 +13,7 @@ mkShell { buildInputs = [ gnumake go + nodePackages.prettier pythonPackages.codespell shfmt shellcheck