mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-05-13 17:31:13 +08:00
temp
This commit is contained in:
parent
a3f644573c
commit
0c4df93ee6
2 changed files with 3 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue