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