This commit is contained in:
Amy de Buitléir 2025-09-14 20:51:04 +01:00
parent 00bfdf2c0f
commit 421d1b4eaf
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ Here's a demonstration using the shell.
....
$ cowsay "Moo!" # Won't work; dependency not available
$# ../../../../../start-shell nix develop <<EOL
$ cowsay "Moo!"
$ cowsay "Moo!" # Works in development environment
$# EOL
....