You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/tutorials/callpackage.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ Add a third attribute `hello-folks` to `default.nix` and set it to `hello.overri
171
171
172
172
:::{note}
173
173
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.
175
175
:::
176
176
177
177
`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