Files
2026-06-24 20:20:23 +02:00

11 lines
76 B
Nix

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