Skip to content

Commit e6b248e

Browse files
committed
fix(lsp): load the correct lsp in nix-shell
Closes: nix-community#3063
1 parent bc34099 commit e6b248e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/top-level/output.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ in
341341
extraWrapperArgs = builtins.concatStringsSep " " (
342342
(optional (
343343
config.extraPackages != [ ]
344-
) ''--prefix PATH : "${lib.makeBinPath config.extraPackages}"'')
344+
) ''--suffix PATH : "${lib.makeBinPath config.extraPackages}"'')
345345
++ (optional config.wrapRc ''--add-flags -u --add-flags "${initFile}"'')
346346
);
347347

0 commit comments

Comments
 (0)