mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 16:04:25 +01:00
9b1c305c3b
Signed-off-by: Magic_RB <magic_rb@redalder.org>
12 lines
127 B
Nix
12 lines
127 B
Nix
{}:
|
|
{ jobspec
|
|
, vars ? {}
|
|
}:
|
|
{
|
|
jobspec = "\${file(\"${jobspec}\")}";
|
|
hcl2 = {
|
|
enabled = true;
|
|
inherit vars;
|
|
};
|
|
}
|