Add prettier to nix shell
This commit is contained in:
parent
75b6f1de82
commit
8b1fcf7379
1 changed files with 1 additions and 0 deletions
|
@ -4,5 +4,6 @@ runCommand "www" {
|
|||
buildInputs = [
|
||||
python3
|
||||
nodejs
|
||||
nodePackages.prettier
|
||||
];
|
||||
} ""
|
||||
|
|
Reference in a new issue