From f301669adc7b0d4ca87403622d82c084ae6cc7ec Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 29 Oct 2025 22:53:43 +0100 Subject: [PATCH] doc/dev/documentation: Use appendToVar Co-authored-by: John Ericson --- doc/manual/source/development/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/development/documentation.md b/doc/manual/source/development/documentation.md index 6823780cc..dd40ef481 100644 --- a/doc/manual/source/development/documentation.md +++ b/doc/manual/source/development/documentation.md @@ -244,5 +244,5 @@ $ xdg-open src/external-api-docs/html/index.html If you use direnv, or otherwise want to run `configurePhase` in a transient shell, use: ```bash -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' ```