Skip to content

Commit

Permalink
feat: Sort entries with both from and until between other entries
Browse files Browse the repository at this point in the history
Doesn't change build-systems.json, because this is already the case.

Helps with nix-community#1320.
  • Loading branch information
l0b0 committed Sep 26, 2023
1 parent 33f3ad5 commit bc44c1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion overrides/sort-build-systems.jq
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.
else
# Sort entries with an `until` field above entries with a `from` field
.from
.from,
.until
end
)

0 comments on commit bc44c1d

Please sign in to comment.