This commit is contained in:
Amy de Buitléir 2025-09-04 17:36:24 +01:00
parent e2c934f9f2
commit ca44ecdfb0

View file

@ -4429,12 +4429,29 @@ $ cowsay "Moo!"
</div>
</div>
<div class="paragraph">
<p>EXPLAIN</p>
</div>
<div class="paragraph">
<p>EXPLAIN</p>
</div>
<div class="paragraph">
<p>EXPLAIN</p>
</div>
<div class="paragraph">
<p>EXPLAIN</p>
</div>
<div class="literalblock">
<div class="content">
<pre class="nowrap"> buildInputs = [ hello-flake.packages.${system}.hello ];</pre>
</div>
</div>
<div class="paragraph">
<p>Here&#8217;s a demonstration using the shell.</p>
</div>
<div class="literalblock">
<div class="content">
<pre class="nowrap">$ hello-flake
bash: line 17: hello-flake: command not found
bash: line 32: hello-flake: command not found
$ nix develop
$ hello-flake
Hello from your flake!</pre>
@ -5012,7 +5029,7 @@ mkShell <span class="tok-p">{</span>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-09-04 17:33:46 IST
Last updated 2025-09-04 17:36:03 IST
</div>
</div>
</body>