1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# See Also
- [namaka](https://github.com/nix-community/namaka) is a snapshot testing tool
for Nix built on top of haumea with an interface similar to
[`loadEvalTests`](../api/loadEvalTests.html).
- [paisano](https://github.com/paisano-nix/core) defines a directory structure
for auto-importing. It is currently being reimplemented with haumea on the
[paisano-haumea](https://github.com/paisano-nix/core/tree/paisano-haumea) branch.
- [std](https://github.com/divnix/std) is a more full-featured framework based on
the directory structure defined by paisano.
Paisano was originally split out of std as a way to modularize std.
- [hive](https://github.com/divnix/hive) is a project built on top of haumea and paisano
with a focus on building system and home configurations.