Commit Graph

11 Commits

Author SHA1 Message Date
R. Ryantm
a9c1e5762a gren: 0.6.5 -> 0.6.6 2026-06-27 02:28:52 +00:00
R. Ryantm
89910b483d gren: 0.6.3 -> 0.6.5 2026-03-24 04:42:25 +00:00
Jonathan Davies
116036d574 treewide: Remove redundant versionCheckProgramArg = "--version"; with:
```shell
git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do
  sed -i '/versionCheckProgramArg/d' "$f"
  sed -i '/^$/N;/\n$/D' "$f"
done
```
2025-11-20 10:39:02 +00:00
Robin Heggelund Hansen
a56e6b93f1 gren: 0.6.2 -> 0.6.3 2025-09-10 09:44:50 +02:00
Sandro Jäckel
c19b2c3c49 treewide: drop usage of nixfmt-rfc-style alias 2025-08-12 20:49:04 +02:00
Robin Heggelund Hansen
6d49ba185f gren: 0.6.1 -> 0.6.2 2025-08-05 12:15:11 +02:00
Robin Heggelund Hansen
9b68f9a958 gren: 0.4.5 -> 0.6.1 2025-07-31 13:23:46 +02:00
Silvan Mosberger
b68cc636d3 treewide: Remove nixfmt-rfc-style from update script shebangs
Based on the Nixpkgs used and the version of nixfmt-rfc-style in that
version, it's likely that not the correct version is used.

Update scripts should instead run within a Nixpkgs development shell
(`nix-shell`/`nix develop`/`direnv`), where the correct version of
`nixfmt` (although `treefmt` should be preferred) is always available.
2025-07-15 23:27:22 +02:00
Philip Taron
22b88ba79d treewide: adjust meta descriptions to avoid definite or indefinite articles
This patch was produced in Vim by me, a human being. All errors are the fault of the operator. I did try to be careful.

Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
Co-authored-by: dotlambda <nix@dotlambda.de>
2025-06-05 11:04:25 -07:00
R. Ryantm
2723f90663 gren: 0.4.5 -> 0.5.2 2024-12-23 16:43:00 +00:00
TomaSajt
9bd83ec263 gren: init at 0.4.5 2024-09-26 16:11:54 +02:00