fix: aerospace more strict, system fix

This commit is contained in:
Rasyidan Akbar F. 2026-01-06 13:55:15 +07:00
commit 3aed04f7f5
7 changed files with 51 additions and 60 deletions

View file

@ -48,7 +48,6 @@
jq
jujutsu
lazygit
nil
nixd
pandoc
ripgrep

View file

@ -18,7 +18,6 @@
extraPackages = with pkgs; [
# LSP Servers
lua-language-server
nil # Nix LSP
pyright
nodePackages.typescript-language-server
mdx-language-server

View file

@ -53,11 +53,11 @@ return {
},
})
-- Nix
lspconfig.nil_ls.setup({
-- Nix (using nixd instead of nil to avoid nix 2.31.x test failures)
lspconfig.nixd.setup({
capabilities = capabilities,
settings = {
["nil"] = {
nixd = {
formatting = { command = { "nixfmt" } },
},
},