Fix removal of attributes in nomadJob

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-06-29 19:10:46 +02:00
parent 64f95150e1
commit 13b14f7025
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -9,4 +9,4 @@
enabled = true;
inherit vars;
};
} // builtins.removeAttrs args [ "name" "source" ]
} // builtins.removeAttrs args [ "jobspec" "vars" ]