zaphyra's git: haumea

fork of https://github.com/nix-community/haumea

commit 69f3d19795a55da3b53f8c98dde401d5997d62ec
parent 5f044d62dbf0f6dd044a5f575ea751bacf705eab
Author: figsoda <figsoda@pm.me>
Date: Mon, 10 Apr 2023 18:47:37 -0400

docs: clarify module system
1 file changed, 2 insertions(+), 2 deletions(-)
M
README.md
|
4
++--
diff --git a/README.md b/README.md
@@ -179,7 +179,7 @@ Neighbouring lists are concatenated (`recursiveUpdate`) during hoisting.
 Root doesn't concat `${from}` declarations, use `${to}` at the root.
 
 This can be used to declare `options` locally at the leaves
-of the configuration tree, where the module system would
+of the configuration tree, where the NixOS module system would
 not otherwise tolerate them.
 
 ### [`transformers.hoistLists`](src/transformers/hoistLists.nix)

@@ -196,7 +196,7 @@ Root doesn't concat `${from}` declarations, use `${to}` at
 the root.
 
 This can be used to declare `imports` locally at the leaves
-of the configuration tree, where the module system would
+of the configuration tree, where the NixOS module system would
 not otherwise tolerate them.
 
 ### [`transformers.liftDefault`](src/transformers/liftDefault.nix)