This commit is contained in:
Amy de Buitléir 2025-09-15 15:42:39 +01:00
parent 09104d179a
commit e4decbe7e5
2 changed files with 4 additions and 4 deletions

View file

@ -5473,7 +5473,8 @@ so our <code>hello-again</code> script won&#8217;t be able to find it.</p>
<div class="paragraph">
<p>There are various ways to deal with this problem.
In this case we simply edited the script as we install it,
by specifying the full path to <code>hello-nix</code>.</p>
by specifying the full path to <code>hello-nix</code>.
This is done in lines 34-36.</p>
</div>
<div class="admonitionblock note">
<table>
@ -5564,7 +5565,7 @@ Hello from your flake!</pre>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-09-15 15:40:36 IST
Last updated 2025-09-15 15:41:40 IST
</div>
</div>
</body>

View file

@ -36,9 +36,8 @@ That does make it available at build and runtime, but it doesn't put it on the p
so our `hello-again` script won't be able to find it.
There are various ways to deal with this problem.
In this case we simply edited the script as we install it,
In this case we simply edited the script (lines 34-36) as we install it,
by specifying the full path to `hello-nix`.
This is done in lines 34-36.
[NOTE]
====