mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-09 15:22:36 +08:00
temp
This commit is contained in:
parent
987c2a5444
commit
a38f46a347
1 changed files with 2 additions and 2 deletions
|
|
@ -5249,7 +5249,7 @@ hello-flake
|
|||
</div>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>Lines 5-8 and 15 were explained in <a href="#devshell-nix-non-flake">Section 10.4.5, “Access a non-flake package (not in nixpkgs)”</a>.
|
||||
<p>Line 5 adds <code>hello-flake</code> as an input to this flake.
|
||||
As expected, we need to add <code>hello-flake</code> as a build input, which we do in line 40.
|
||||
That does make it available at build and runtime, but it doesn’t put it on the path,
|
||||
so our <code>hello-again</code> script won’t be able to find it.</p>
|
||||
|
|
@ -5607,7 +5607,7 @@ Hello from your flake!</pre>
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2025-09-15 16:08:26 IST
|
||||
Last updated 2025-09-15 16:09:55 IST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue