mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-05-13 17:21:12 +08:00
parent
f6b79c520e
commit
841fc6da4c
2 changed files with 3265 additions and 3296 deletions
|
|
@ -413,7 +413,7 @@ By contrast, in a functional language the focus is on <em>defining</em> the desi
|
|||
</div>
|
||||
<div class="paragraph">
|
||||
<p>In the case of Nix, the desired result is usually a <em>derivation</em>:
|
||||
a software package that has been built and make available for use.
|
||||
a software package that has been built and made available for use.
|
||||
The Nix language has been designed for that purpose,
|
||||
and thus has some features you don’t typically find in general-purpose languages.</p>
|
||||
</div>
|
||||
|
|
@ -1174,11 +1174,6 @@ false</code></pre>
|
|||
"use nix\n"</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="listingblock">
|
||||
<div class="content">
|
||||
<pre class="pygments highlight nowrap"><code></code></pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect2">
|
||||
|
|
@ -4435,7 +4430,7 @@ mkShell <span class="tok-p">{</span>
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2023-12-03 19:55:00 GMT
|
||||
Last updated 2024-04-25 15:41:01 IST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue