This commit is contained in:
Amy de Buitléir 2025-09-15 14:52:24 +01:00
parent a3f644573c
commit 0c4df93ee6
2 changed files with 3 additions and 4 deletions

View file

@ -5092,8 +5092,7 @@ this is done in line 15.</p>
bash: line 53: hello-nix: command not found
$ nix develop
$ hello-nix
bash: line 2: hello-nix: command not found
bash: line 3: EOL: command not found</pre>
Hello from your nix package!</pre>
</div>
</div>
</div>
@ -5475,7 +5474,7 @@ Hello from your flake!</pre>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-09-15 14:50:22 IST
Last updated 2025-09-15 14:50:41 IST
</div>
</div>
</body>

View file

@ -66,7 +66,7 @@ $# EOL
== If the nix derivation requires `nixpkgs`
In this case, we need to write the derivation ourselves.
We can use `default.nix` as a model.
We can use `default.nix` (from the hello-nix repo) as a model.
Line 15 should be replaced with:
[source,nix]