Switch to nixd lsp

This commit is contained in:
Dave Gallant
2024-02-19 20:23:08 -05:00
parent a1c830b20a
commit 9eb18c9f4b
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export NIXPKGS_ALLOW_UNFREE := 1
ifeq ($(UNAME_S),Linux)
SWITCH_CMD := nixos-rebuild --use-remote-sudo -I nixos-config="modules/machines/$(HOSTNAME)/configuration.nix" switch --flake '.\#' \
--impure # Impure because of: https://discourse.nixos.org/t/vscode-remote-wsl-extension-works-on-nixos-without-patching-thanks-to-nix-ld/14615
--impure
endif
ifeq ($(UNAME_S),Darwin)
SWITCH_CMD := exec darwin-rebuild switch --flake .

View File

@@ -419,7 +419,7 @@ in {
#helm-ls.enable = true;
jsonls.enable = true;
pyright.enable = true;
rnix-lsp.enable = true;
nixd.enable = true;
terraformls.enable = true;
yamlls.enable = true;
};