11 lines
76 B
Nix
11 lines
76 B
Nix
_:
|
|
{
|
|
imports = [
|
|
./rust.nix
|
|
./clang.nix
|
|
./python.nix
|
|
];
|
|
|
|
}
|
|
|