mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 09:36:14 +01:00
Fix removal of attributes in nomadJob
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
64f95150e1
commit
13b14f7025
|
@ -9,4 +9,4 @@
|
||||||
enabled = true;
|
enabled = true;
|
||||||
inherit vars;
|
inherit vars;
|
||||||
};
|
};
|
||||||
} // builtins.removeAttrs args [ "name" "source" ]
|
} // builtins.removeAttrs args [ "jobspec" "vars" ]
|
||||||
|
|
Loading…
Reference in a new issue