zaphyra's git: haumea

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

commit 30cce612bd12b653d11bb89cf03d93403eca6f0b
parent 533b58156358c4b6dcf2bf0650355f4ee77fc280
Author: figsoda <figsoda@pm.me>
Date: Wed, 3 May 2023 13:02:52 -0400

docs: link to namaka
1 file changed, 4 insertions(+), 0 deletions(-)
M
README.md
|
4
++++
diff --git a/README.md b/README.md
@@ -134,6 +134,10 @@ otherwise it will always return `{ }` (an empty attribute set).
 
 As an example, haumea's [tests](tests) are loaded with `loadEvalTests`.
 
+Alternatively, [namaka](https://github.com/nix-community/namaka)
+provides utilities for snapshot testing,
+which can save you some time from writing reference values.
+
 ### [`loaders.callPackage`](src/loaders/callPackage.nix)
 
 Type: `{ self, super, root, ... } -> Path -> a`