Files
2026-07-04 05:01:54 +02:00

11 lines
76 B
Nix

_:
{
imports = [
./rust.nix
./clang.nix
./python.nix
];
}