From f72d1050d3574a29a4fe4d30d85bf160490c109b Mon Sep 17 00:00:00 2001 From: anmiller Date: Fri, 3 Jan 2025 18:07:30 +0000 Subject: [PATCH] Add python + LSP + gitlab-ci-local tool --- installers/install-nix-packages-flake.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/installers/install-nix-packages-flake.sh b/installers/install-nix-packages-flake.sh index 65a3b15..37a2b00 100755 --- a/installers/install-nix-packages-flake.sh +++ b/installers/install-nix-packages-flake.sh @@ -11,7 +11,6 @@ nix_packages=( "jq" "yq" - "ruby" "shellcheck" # Neovim + Plugin dependencies @@ -24,9 +23,12 @@ nix_packages=( "yaml-language-server" # Yaml "lua-language-server" # Lua "solargraph" # Ruby + "python3Packages.python-lsp-server" # Python # ProgrammingLanguages "lua52Packages.lua" + "ruby" + "python3" "pass" "gnupg" @@ -40,6 +42,7 @@ nix_packages=( "kubectl" "kubernetes-helm" "rancher" + "gitlab-ci-local" # Remote programming tools "lemonade"