Skip to content

Commit

Permalink
clarify wording, add link
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk committed Aug 14, 2024
1 parent 98a821e commit 55bc1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tutorials/first-steps/ad-hoc-shell-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ git version 2.33.1

There are three things going on here:

1. `--run` executes the given command within the resulting Nix shell (which is a [Bash](https://www.gnu.org/software/bash/) sub-shell) and exits when it's done.
1. `--run` executes the given [Bash command](https://www.gnu.org/software/bash/manual/bash.html#Shell-Commands) within the environment created by Nix, and exits when it's done.

You can use this with `nix-shell` whenever you want to quickly run a program you don't have installed on your machine.

Expand Down

0 comments on commit 55bc1d6

Please sign in to comment.