From c88ddadaddd51100ae6304b8aa55c8d9488e8c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Sun, 3 Dec 2023 20:02:04 +0000 Subject: [PATCH] expanded --- source/nix-language/attribute-sets.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/source/nix-language/attribute-sets.adoc b/source/nix-language/attribute-sets.adoc index 30a22d2..d7801b4 100644 --- a/source/nix-language/attribute-sets.adoc +++ b/source/nix-language/attribute-sets.adoc @@ -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] ....