We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ba6e5 commit 8d68104Copy full SHA for 8d68104
invfile.lua.md
@@ -692,9 +692,9 @@ format of the query above.
692
The build list is a simple file with each package / revision combination taking
693
exactly one line.
694
695
- computeBuildList = '(.[1] | to_entries) - (.[0] | to_entries) |'
696
- .. 'map(.key as $k | .value | map($k + ":" + .)) |'
697
- .. 'flatten | join("\n")'
+ computeBuildList = 'map(to_entries |'
+ .. 'map(.key as $k | .value | map($k + ":" + .))'
+ .. '| flatten) | .[1] - .[0] | join("\n")'
698
699
inv.task('main:generate_list:builds')
700
.using(jq).run('/jq-linux64 --slurp --raw-output \''
0 commit comments