zaphyra's git: haumea

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

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
{
  foo."foo.yaml".me = "foo";
  "foo.bar".this.is = "foo.bar";
  bar."bar.yml".me = "bar";
  baz = {
    ".nix" = ./__fixture/baz/.nix;
    "foo.yml." = ./__fixture/baz/foo.yml.;
    bar.answer = 42;
    me."me.yaml" = "baz.me";
  };
  rest = 42;
  yaml = ./__fixture/yaml;
}