13 lines
138 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
./terraform.nix
];
}