From 78c194d2d3c34f14646a006574b9bb9369ea55cb Mon Sep 17 00:00:00 2001 From: Nick Breitling Date: Fri, 25 Oct 2024 11:27:20 -0500 Subject: [PATCH] fix: reduce nix docstring length (#4596) --- clients/lsp-nix.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/lsp-nix.el b/clients/lsp-nix.el index 52f13565369..b73470b9fed 100644 --- a/clients/lsp-nix.el +++ b/clients/lsp-nix.el @@ -81,7 +81,7 @@ search path (``) will be used. Example: - `\"(builtins.getFlake \"/home/lyc/flakes\").nixosConfigurations.adrastea.options\"`" + `\"(builtins.getFlake \"/home/nb/nix\").nixosConfigurations.mnd.options\"`" :type 'string :group 'lsp-nix-nixd :lsp-path "nixd.options.nixos.expr" @@ -91,7 +91,7 @@ "Option set for home-manager option completion. Example: - `\"(builtins.getFlake \"/home/lyc/flakes\").nixosConfigurations.adrastea.options\"`" + `\"(builtins.getFlake \"/home/nb/nix\").homeConfigurations.\"nb@mnd\".options\"`" :type 'string :group 'lsp-nix-nixd :lsp-path "nixd.options.home-manager.expr"