fix: add 'stylelint' to neovim flake

This commit is contained in:
2026-01-14 11:22:01 +01:00
parent c99738c210
commit c86a52e435
3 changed files with 30 additions and 29 deletions

View File

@@ -84,6 +84,7 @@
prettierd
rustfmt
shellcheck-minimal
stylelint
stylua
tree-sitter
vscode-langservers-extracted
@@ -217,7 +218,7 @@
name = defaultPackageName;
packages = [ defaultPackage ];
inputsFrom = [ ];
shellHook = '''';
shellHook = "";
};
};