You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/manual/source/development/building.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ This shell also adds `./outputs/bin/nix` to your `$PATH` so you can run `nix` im
79
79
To get a shell with one of the other [supported compilation environments](#compilation-environments):
80
80
81
81
```console
82
-
$ nix develop .#native-clangStdenvPackages
82
+
$ nix develop .#native-clangStdenv
83
83
```
84
84
85
85
> **Note**
@@ -261,7 +261,8 @@ See [supported compilation environments](#compilation-environments) and instruct
261
261
To use the LSP with your editor, you will want a `compile_commands.json` file telling `clangd` how we are compiling the code.
262
262
Meson's configure always produces this inside the build directory.
263
263
264
-
Configure your editor to use the `clangd` from the `.#native-clangStdenvPackages` shell. You can do that either by running it inside the development shell, or by using [nix-direnv](https://github.com/nix-community/nix-direnv) and [the appropriate editor plugin](https://github.com/direnv/direnv/wiki#editor-integration).
264
+
Configure your editor to use the `clangd` from the `.#native-clangStdenv` shell.
265
+
You can do that either by running it inside the development shell, or by using [nix-direnv](https://github.com/nix-community/nix-direnv) and [the appropriate editor plugin](https://github.com/direnv/direnv/wiki#editor-integration).
0 commit comments