dotfiles/terranix/lib/nomad_job.nix
magic_rb cc5e31be17
hcl2.enabled got removed
Signed-off-by: magic_rb <magic_rb@redalder.org>
2024-10-31 15:34:06 +01:00

13 lines
172 B
Nix

{}: {
jobspec,
vars ? {},
...
} @ args:
{
jobspec = "\${file(\"${jobspec}\")}";
hcl2 = {
inherit vars;
};
}
// builtins.removeAttrs args ["jobspec" "vars"]