Add prettier to nix shell

pull/1/head
Tristan Daniël Maat 2020-02-29 15:22:05 +00:00
parent 75b6f1de82
commit 8b1fcf7379
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 0 deletions

View File

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