Skip to content

Commit 439f2d8

Browse files
authored
Add missing word in callpackage.md (#1094)
1 parent baf5f82 commit 439f2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: source/tutorials/callpackage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Add a third attribute `hello-folks` to `default.nix` and set it to `hello.overri
171171

172172
:::{note}
173173
The resulting attribute set is now recursive (by the keyword `rec`).
174-
That is, attribute values can refer to names from within the same attribute.
174+
That is, attribute values can refer to names from within the same attribute set.
175175
:::
176176

177177
`override` passes `audience` to the original function in `hello.nix` - it *overrides* whatever arguments have been passed in the original `callPackage` that produced the derivation `hello`.

0 commit comments

Comments
 (0)