mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-17 12:08:07 +08:00
9 lines
157 B
Text
9 lines
157 B
Text
= From the command line
|
|
|
|
....
|
|
$# echo '$ nix-shell -p "[hello cowsay]"'
|
|
$# nix-shell -p "[hello cowsay]" --run bash <<EOL
|
|
$ hello
|
|
$ cowsay "moo"
|
|
$# EOL
|
|
....
|