mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 11:36:16 +01:00
12 lines
127 B
Nix
12 lines
127 B
Nix
|
{}:
|
||
|
{ jobspec
|
||
|
, vars ? {}
|
||
|
}:
|
||
|
{
|
||
|
jobspec = "\${file(\"${jobspec}\")}";
|
||
|
hcl2 = {
|
||
|
enabled = true;
|
||
|
inherit vars;
|
||
|
};
|
||
|
}
|