11 lines
193 B
Nix
11 lines
193 B
Nix
|
|
# Language runtimes — Python, JavaScript, Rust, Go, TypeScript.
|
||
|
|
{...}: {
|
||
|
|
imports = [
|
||
|
|
./python.nix
|
||
|
|
./javascript.nix
|
||
|
|
./rust-toolchain.nix
|
||
|
|
./go.nix
|
||
|
|
./typescript.nix
|
||
|
|
];
|
||
|
|
}
|