aboutsummaryrefslogtreecommitdiff
path: root/src/nix/develop.md
diff options
context:
space:
mode:
authorEmil Nikolov <emil.e.nikolov@gmail.com>2023-09-12 17:15:36 +0200
committerGitHub <noreply@github.com>2023-09-12 17:15:36 +0200
commit21783cff1649f236cb31f27f788e3934802c42c9 (patch)
treec2a9a37066e6b163e52fb668e97877f16ca61434 /src/nix/develop.md
parentd98337d18f23690adf416f0ae2ff86d9d9015118 (diff)
docs: make the nix develop --command example unambiguous (#8952)
Diffstat (limited to 'src/nix/develop.md')
-rw-r--r--src/nix/develop.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/develop.md b/src/nix/develop.md
index 1b5a8aeba..c49b39669 100644
--- a/src/nix/develop.md
+++ b/src/nix/develop.md
@@ -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