nix icon indicating copy to clipboard operation
nix copied to clipboard

nix shell: document how to invoke multiple commands from the command …

Open rapenne-s opened this issue 3 years ago • 0 comments

while nix-shell allowed to run multiple commands in a shell environment like this: nix-shell -p gnumake --run "cd src && make, this isn't possible anymore with nix shell.

This PR adds an example for running multiple commands in a shell environment with nix shell

rapenne-s avatar Jul 20 '22 12:07 rapenne-s