feat: add first blog post

This commit is contained in:
Moritz Böhme 2025-05-19 12:23:32 +02:00
parent 23aa8bdd15
commit a345552e16
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
7 changed files with 172 additions and 3 deletions

View file

@ -35,8 +35,7 @@
| .key as $parent_key
| .value.inputs | keys[]
| select(IN($root_input_keys[]))
| {"key": $parent_key, "value": .}
| .key + ".inputs." + .value + ".follows = \"" + .value + "\";"'
| $parent_key + ".inputs." + . + ".follows = \"" + . + "\";"'
'';
runtimeInputs = [pkgs.jq];
})