1 2 3 4 5 6 7 8
{ ... }: { lib = import ./lib; foo.bar.packageA = { name = "Hi"; meta.maintainers = [{ github = "test"; }]; }; }