diff options
Diffstat (limited to 'examples/apply-config-eval')
| -rw-r--r-- | examples/apply-config-eval | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/apply-config-eval b/examples/apply-config-eval new file mode 100644 index 0000000..80678cb --- /dev/null +++ b/examples/apply-config-eval @@ -0,0 +1,7 @@ +(let ((replicas 9)) + + `#(((name . "foobar") + (base . "14.0-RELEASE-base") + (packages . #()) + (commands . #()) + (replicas . ,(+ 1 replicas))))) |
