diff --git a/modules/packages.nix b/modules/packages.nix index f1905ce..483a34d 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -59,7 +59,7 @@ in { unstable.azure-cli unstable.google-cloud-sdk - # LSP + # lsp nodePackages.bash-language-server nodePackages.pyright nodePackages.yaml-language-server @@ -73,10 +73,6 @@ in { htop procs - # lua - lua53Packages.luacheck - stylua - # golang gofumpt golangci-lint @@ -98,6 +94,7 @@ in { openssl openvpn sshfs # mac requires https://osxfuse.github.io/ + tcpdump vpngate # rice @@ -112,16 +109,9 @@ in { nixfmt nixpkgs-fmt nixpkgs-review - rnix-lsp # python poetry - python310 - python310Packages.black - python310Packages.ipython - python310Packages.pip - python310Packages.poetry-core - python310Packages.setuptools - python310Packages.virtualenv + python313 ]; }