From 9eb18c9f4b0e20f25b81325897c3f4fd4c97619a Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Mon, 19 Feb 2024 20:23:08 -0500 Subject: [PATCH] Switch to nixd lsp --- Makefile | 2 +- home/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8cd35ca..c3c726c 100644 --- a/Makefile +++ b/Makefile @@ -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 . diff --git a/home/default.nix b/home/default.nix index 1574022..d2cb495 100644 --- a/home/default.nix +++ b/home/default.nix @@ -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; };