mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-07 22:37:23 +08:00
temp
This commit is contained in:
parent
00bfdf2c0f
commit
421d1b4eaf
2 changed files with 3 additions and 3 deletions
|
|
@ -4654,7 +4654,7 @@ sanitized: <strong>some text</strong></pre>
|
|||
</div>
|
||||
<div class="literalblock">
|
||||
<div class="content">
|
||||
<pre class="nowrap">$ cowsay "Moo!"
|
||||
<pre class="nowrap">$ cowsay "Moo!" # Won't work; dependency not available
|
||||
bash: line 17: cowsay: command not found
|
||||
$ nix develop
|
||||
$ cowsay "Moo!"
|
||||
|
|
@ -5598,7 +5598,7 @@ Hello from your flake!</pre>
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2025-09-14 20:47:54 IST
|
||||
Last updated 2025-09-14 20:49:56 IST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
....
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue