Skip to content

Commit

Permalink
Remove mentions of nix-ld-rs
Browse files Browse the repository at this point in the history
Mic rewrote nix-ld and integrated the fork into it and that is the current default implementation in nixos-unstable
  • Loading branch information
SuperSandro2000 authored Sep 17, 2024
1 parent 20630a5 commit a13d411
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/src/how-to/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@ environment.systemPackages = [
[nix-ld](https://github.com/Mic92/nix-ld) is a program that provides `/lib64/ld-linux-x86-64.so.2`,
allowing foreign binaries to run on NixOS.

Running the VSCode server on NixOS-WSL requires using [nix-ld-rs](https://github.com/nix-community/nix-ld-rs), instead of the regular nix-ld.

To set it up, add the following to your configuration:

```nix
programs.nix-ld = {
enable = true;
package = pkgs.nix-ld-rs;
};
```

Expand Down

0 comments on commit a13d411

Please sign in to comment.