docs: make the nix develop --command example unambiguous (#8952)

This commit is contained in:
Emil Nikolov 2023-09-12 17:15:36 +02:00 committed by GitHub
parent d98337d18f
commit 21783cff16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ R""(
* Run a series of script commands:
```console
# nix develop --command bash --command "mkdir build && cmake .. && make"
# nix develop --command bash -c "mkdir build && cmake .. && make"
```
# Description