Skip to content

Commit 78c194d

Browse files
authored
fix: reduce nix docstring length (#4596)
1 parent 49da7d1 commit 78c194d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clients/lsp-nix.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
search path (`<nixpkgs>`) will be used.
8282
8383
Example:
84-
`\"(builtins.getFlake \"/home/lyc/flakes\").nixosConfigurations.adrastea.options\"`"
84+
`\"(builtins.getFlake \"/home/nb/nix\").nixosConfigurations.mnd.options\"`"
8585
:type 'string
8686
:group 'lsp-nix-nixd
8787
:lsp-path "nixd.options.nixos.expr"
@@ -91,7 +91,7 @@
9191
"Option set for home-manager option completion.
9292
9393
Example:
94-
`\"(builtins.getFlake \"/home/lyc/flakes\").nixosConfigurations.adrastea.options\"`"
94+
`\"(builtins.getFlake \"/home/nb/nix\").homeConfigurations.\"nb@mnd\".options\"`"
9595
:type 'string
9696
:group 'lsp-nix-nixd
9797
:lsp-path "nixd.options.home-manager.expr"

0 commit comments

Comments
 (0)