15 lines
154 B
Nix
15 lines
154 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./c-compiler.nix
|
|
./go.nix
|
|
./lua.nix
|
|
./python.nix
|
|
./rust.nix
|
|
./ruby.nix
|
|
];
|
|
}
|