This commit is contained in:
Amy de Buitléir 2025-09-15 16:10:29 +01:00
parent 987c2a5444
commit a38f46a347

View file

@ -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, &#8220;Access a non-flake package (not in nixpkgs)&#8221;</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&#8217;t put it on the path,
so our <code>hello-again</code> script won&#8217;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>