dotfiles/terranix/lib/nomad_job.nix

12 lines
127 B
Nix
Raw Normal View History

{}:
{ jobspec
, vars ? {}
}:
{
jobspec = "\${file(\"${jobspec}\")}";
hcl2 = {
enabled = true;
inherit vars;
};
}