11 lines
100 B
Nix
11 lines
100 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
./python.nix
|
|
./ide.nix
|
|
./cli.nix
|
|
./containers.nix
|
|
];
|
|
}
|