We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc0c4f commit f301669Copy full SHA for f301669
doc/manual/source/development/documentation.md
@@ -244,5 +244,5 @@ $ xdg-open src/external-api-docs/html/index.html
244
If you use direnv, or otherwise want to run `configurePhase` in a transient shell, use:
245
246
```bash
247
-nix-shell -A devShells.x86_64-linux.native-clangStdenv --command 'mesonFlags="$mesonFlags -Ddoc-gen=true"; mesonConfigurePhase'
+nix-shell -A devShells.x86_64-linux.native-clangStdenv --command 'appendToVar mesonFlags "-Ddoc-gen=true"; mesonConfigurePhase'
248
```
0 commit comments