File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
modules/plugins/languages Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
2- self ,
2+ inputs ,
33 config ,
44 pkgs ,
55 lib ,
4343
4444 defaultFormat = [ "prettier" ] ;
4545 formats = let
46- parser = "${ self . packages . ${ pkgs . stdenv . hostPlatform . system } . prettier-plugin-astro } /index.js" ;
46+ parser = "${ inputs . self . packages . ${ pkgs . stdenv . hostPlatform . system } . prettier-plugin-astro } /index.js" ;
4747 in {
4848 prettier = {
4949 command = getExe pkgs . prettier ;
Original file line number Diff line number Diff line change 11{
2- self ,
2+ inputs ,
33 config ,
44 pkgs ,
55 lib ,
5656
5757 defaultFormat = [ "prettier" ] ;
5858 formats = let
59- prettierPlugin = self . packages . ${ pkgs . stdenv . system } . prettier-plugin-svelte ;
59+ prettierPlugin = inputs . self . packages . ${ pkgs . stdenv . system } . prettier-plugin-svelte ;
6060 prettierPluginPath = "${ prettierPlugin } /lib/node_modules/prettier-plugin-svelte/plugin.js" ;
6161 in {
6262 prettier = {
You can’t perform that action at this time.
0 commit comments