14 lines
153 B
Nix
Raw Normal View History

2023-02-20 20:45:56 -05:00
{ ... }: {
2022-12-21 14:18:03 -07:00
imports = [
./haskell.nix
./kubernetes.nix
./lua.nix
./nix.nix
./python.nix
2023-11-01 22:13:49 -04:00
./rust.nix
2022-12-21 14:18:03 -07:00
./terraform.nix
];
}