diff --git a/roles/home/helix.nix b/roles/home/helix.nix index 64f0825..fa9da0e 100644 --- a/roles/home/helix.nix +++ b/roles/home/helix.nix @@ -3,10 +3,7 @@ let pythonPkgs = with pkgs.python3Packages; [ python-lsp-server - pyflakes - rope - yapf - autoflake + python-lsp-ruff ]; in { @@ -61,6 +58,7 @@ in nodePackages.typescript nodePackages.svelte-language-server nixpkgs-fmt + ruff ] ++ pythonPkgs; }; }