From 8b1fcf7379f3ebeecd814497080e0e285e4178c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Sat, 29 Feb 2020 15:22:05 +0000 Subject: [PATCH] Add prettier to nix shell --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 1fc5626..ab87ae0 100644 --- a/shell.nix +++ b/shell.nix @@ -4,5 +4,6 @@ runCommand "www" { buildInputs = [ python3 nodejs + nodePackages.prettier ]; } ""