input-output-hk / input-output-hk/bitte-cells
How to do composable nomadJob specializations?
Open
- Dominant language
- Nix
- Stars
- 8
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
```nix
# ./nomadJob/default.nix
{ inputs
, system
}:
let
dm = inputs.data-merge;
in
{
"" = { aList = [ ]; anAttrs = { }; }; # base job
connect-addon = { aList = dm.append [ ]; anAttrs = { }; }; # data-merge - lists-annotated addon
}
# consume: res = dm.merge nomadJob.cellname nomadJob.cellname-connect-addon;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.