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 ]; } ""