mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
ci: use prettier instead of (soon-removed) nodePackages.prettier
This commit is contained in:
committed by
Matt Sturgeon
parent
a587a96a48
commit
05a8ad9f00
+2
-2
@@ -5,14 +5,14 @@
|
||||
lspconfig-servers,
|
||||
conform-formatters,
|
||||
nixfmt,
|
||||
nodePackages,
|
||||
prettier,
|
||||
}:
|
||||
writeShellApplication {
|
||||
name = "generate";
|
||||
|
||||
runtimeInputs = [
|
||||
nixfmt
|
||||
nodePackages.prettier
|
||||
prettier
|
||||
];
|
||||
|
||||
text = ''
|
||||
|
||||
Reference in New Issue
Block a user