Skip to content

Commit f301669

Browse files
roberthEricson2314
andauthored
doc/dev/documentation: Use appendToVar
Co-authored-by: John Ericson <[email protected]>
1 parent 5fc0c4f commit f301669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual/source/development/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,5 +244,5 @@ $ xdg-open src/external-api-docs/html/index.html
244244
If you use direnv, or otherwise want to run `configurePhase` in a transient shell, use:
245245

246246
```bash
247-
nix-shell -A devShells.x86_64-linux.native-clangStdenv --command 'mesonFlags="$mesonFlags -Ddoc-gen=true"; mesonConfigurePhase'
247+
nix-shell -A devShells.x86_64-linux.native-clangStdenv --command 'appendToVar mesonFlags "-Ddoc-gen=true"; mesonConfigurePhase'
248248
```

0 commit comments

Comments
 (0)