Files

11 lines
193 B
Nix
Raw Permalink Normal View History

2026-05-02 09:08:40 +02:00
# Language runtimes — Python, JavaScript, Rust, Go, TypeScript.
{...}: {
imports = [
./python.nix
./javascript.nix
./rust-toolchain.nix
./go.nix
./typescript.nix
];
}