diff options
Diffstat (limited to 'src/nix/develop.md')
-rw-r--r-- | src/nix/develop.md | 2 |
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 |