zaphyra's git: haumea

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

1 
2 
3 
4 
5 
6 
{
  a.b.c.value = "a.b.c";
  a.b.c.d.value = "a.b.c.d";
  a.b.c.d.e.value = "a.b.c.d.e";
  a.b.c.d.e.f.value = "a.b.c.d.e.f";
}