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