Add prettier to nix shell

This commit is contained in:
Tristan Daniël Maat 2020-02-29 15:22:05 +00:00
parent 75b6f1de82
commit 8b1fcf7379
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

@ -4,5 +4,6 @@ runCommand "www" {
buildInputs = [
python3
nodejs
nodePackages.prettier
];
} ""