15 lines
259 B
Nix
15 lines
259 B
Nix
{ Team, ... }:
|
|
{ people, ... }:
|
|
{
|
|
core
|
|
= Team "Core"
|
|
{
|
|
about = "Inner Circle of the Project";
|
|
founded = "2022-10-03":
|
|
};
|
|
library
|
|
= Team "Library"
|
|
{
|
|
};
|
|
}
|