mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-11 17:50:06 +01:00
8 lines
101 B
Nix
8 lines
101 B
Nix
{
|
|
imports = [
|
|
./parameters.nix
|
|
./variables.nix
|
|
./coder.nix
|
|
./kubernetes.nix
|
|
];
|
|
}
|