Skip to content

Commit aa53caa

Browse files
authored
Update vscode.md
adds info about nix-ld
1 parent 66bbd8f commit aa53caa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/src/how-to/vscode.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ allowing foreign binaries to run on NixOS.
2020

2121
Running the VSCode server on NixOS-WSL requires using nix-ld 2.0 which is as of writing only on NixOS unstable or [nix-ld-rs](https://github.com/nix-community/nix-ld-rs) on NixOS 24.05.
2222

23-
To set it up, add the following to your configuration:
23+
To set it up, add the following to your system configuration:
2424

2525
```nix
2626
programs.nix-ld = {
2727
enable = true;
2828
package = pkgs.nix-ld-rs; # only for NixOS 24.05
2929
};
3030
```
31+
Note: If you are using Home Manager, you still need to set this up in `configuration.nix`.
3132

3233
## Option 2: Patch the server
3334

0 commit comments

Comments
 (0)