feat: nb update to 25.11

This commit is contained in:
2025-12-01 16:17:10 +01:00
parent 6c046a549e
commit 1d182437db
14 changed files with 119 additions and 195 deletions

View File

@@ -13,7 +13,7 @@ in
environment.systemPackages = with pkgs; [
nodePackages.typescript-language-server
sumneko-lua-language-server
lua-language-server
nest
nodePackages.intelephense
nodePackages.vscode-langservers-extracted
@@ -105,9 +105,9 @@ in
"sops"
]);
in ''
lua << EOF
${luaConfig}
EOF
lua << EOF
${luaConfig}
EOF
'';
};
extraLuaPackages = luaPackages: [ luaPackages.lyaml ];