packages feed

hnix-0.7.0: data/nix/tests/lang/parse-okay-mixed-nested-attrs-2.nix

{ 
  x.q = 3; 
  x = { y = 3; z = 3; }; 
}