forked from lix-project/lix
nix shell: document how to invoke multiple commands from the command line
This commit is contained in:
parent
fbd0a6c6e2
commit
64404220f5
|
@ -23,6 +23,12 @@ R""(
|
|||
Hi everybody!
|
||||
```
|
||||
|
||||
* Run multiple commands in a shell environment:
|
||||
|
||||
```console
|
||||
# nix shell nixpkgs#gnumake -c /bin/sh -c "cd src && make"
|
||||
```
|
||||
|
||||
* Run GNU Hello in a chroot store:
|
||||
|
||||
```console
|
||||
|
|
Loading…
Reference in a new issue