ci: use prettier instead of (soon-removed) nodePackages.prettier
This commit is contained in:
parent
a587a96a48
commit
05a8ad9f00
1 changed files with 2 additions and 2 deletions
|
|
@ -5,14 +5,14 @@
|
|||
lspconfig-servers,
|
||||
conform-formatters,
|
||||
nixfmt,
|
||||
nodePackages,
|
||||
prettier,
|
||||
}:
|
||||
writeShellApplication {
|
||||
name = "generate";
|
||||
|
||||
runtimeInputs = [
|
||||
nixfmt
|
||||
nodePackages.prettier
|
||||
prettier
|
||||
];
|
||||
|
||||
text = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue