Skip to content

Commit 23bccd5

Browse files
nix: import language servers and formatted linter from upstream (#80)
Co-authored-by: @zimeg <zim@o526.net>
1 parent e5bcc5d commit 23bccd5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ versioning is done in a continuous fashion without worries of breaking changes.
66

77
## patches
88

9+
- `nix`: import language servers and formatted linter from upstream 2026-04-04
910
- `vhs`: record terminal demos with tapes that share in caring gifs 2026-03-30
1011
- `pnpm`: install the performant node package manager for packaging 2026-03-29
1112
- `git`: sign commits if ssh verficiations unlock a secret password 2026-03-28

programs/home.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ let
2121
wget # https://github.com/mirror/wget
2222
];
2323
languages = with pkgs; [
24+
astro-language-server # https://github.com/withastro/language-tools/tree/main/packages/language-server
25+
bash-language-server # https://github.com/bash-lsp/bash-language-server
2426
biome # https://github.com/biomejs/biome
2527
cargo # https://github.com/rust-lang/cargo
2628
delve # https://github.com/go-delve/delve
@@ -44,11 +46,8 @@ let
4446
marksman # https://github.com/artempyanykh/marksman
4547
nil # https://github.com/oxalica/nil
4648
nixfmt # https://github.com/NixOS/nixfmt
47-
nodePackages_latest."@astrojs/language-server" # https://github.com/withastro/language-tools/tree/main/packages/language-server
48-
nodePackages_latest.bash-language-server # https://github.com/bash-lsp/bash-language-server
49-
nodePackages_latest.prettier # https://github.com/prettier/prettier
50-
nodePackages_latest.typescript-language-server # https://github.com/typescript-language-server/typescript-language-server
5149
nodejs # https://github.com/nodejs/node
50+
prettier # https://github.com/prettier/prettier
5251
pyright # https://github.com/microsoft/pyright
5352
python3 # https://github.com/python/cpython
5453
ruff # https://github.com/astral-sh/ruff
@@ -63,6 +62,7 @@ let
6362
terraform-ls # https://github.com/hashicorp/terraform-ls
6463
tflint # https://github.com/terraform-linters/tflint
6564
tree-sitter # https://github.com/tree-sitter/tree-sitter
65+
typescript-language-server # https://github.com/typescript-language-server/typescript-language-server
6666
uv # https://github.com/astral-sh/uv
6767
vscode-langservers-extracted # https://github.com/hrsh7th/vscode-langservers-extracted
6868
yaml-language-server # https://github.com/redhat-developer/yaml-language-server

0 commit comments

Comments
 (0)