15 lines
137 B
Nix
15 lines
137 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
./3d.nix
|
|
./c.nix
|
|
./common.nix
|
|
./go.nix
|
|
./node.nix
|
|
./prose.nix
|
|
./python.nix
|
|
];
|
|
}
|