jq: add missing color option (#6734)

added "color for object keys" option
https://jqlang.org/manual/#colors
This commit is contained in:
krabodyan 2025-04-02 17:26:34 +03:00 committed by GitHub
parent 5ee44bc7c2
commit 81f38986a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 8 deletions

View file

@ -2211,6 +2211,17 @@ in {
Nix's store) old Home-Manager generations.
'';
}
{
time = "2025-03-31T16:39:41+00:00";
condition = config.programs.jq.enable;
message = ''
Jq module now supports color for object keys
Your configuration will break if you have defined the "programs.jq.colors" option.
To resolve this, please add `objectKeys` to your assignment of `programs.jq.colors`.
'';
}
];
};
}