From 4537be203afbe3151364d0cf985acf718e389336 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 6 Apr 2025 22:01:58 +0200 Subject: [PATCH] Switch nix language server from nil to nixd --- modules/home/vscode.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/vscode.nix b/modules/home/vscode.nix index 9574f49..7740d05 100644 --- a/modules/home/vscode.nix +++ b/modules/home/vscode.nix @@ -47,7 +47,7 @@ "git.autofetch" = true; "git.confirmSync" = false; "nix.enableLanguageServer" = true; - "nix.serverPath" = "${lib.getExe pkgs.nil}"; + "nix.serverPath" = "${lib.getExe pkgs.nixd}"; "update.mode" = "none"; "git.suggestSmartCommit" = false; "workbench.sideBar.location" = "right";