input-output-hk / input-output-hk/bitte-cells

How to do composable nomadJob specializations?

Open
#3 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.