This commit is contained in:
Amy de Buitléir 2023-12-03 20:02:04 +00:00
parent 7ff6815ba8
commit c88ddadadd

View file

@ -32,6 +32,7 @@ false
We can use the `//` operator to modify an attribute set.
Recall that Nix values are immutable, so the result is a new value (the original is not modified).
Attributes in the right-hand set take preference.
[source]
....