Commit Graph

5 Commits

Author SHA1 Message Date
Lily Ballard
15196e1730 treewide: remove lilyball 2024-07-02 15:32:33 -04:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alex James
47d9ce462b
bat: skip file_with_invalid_utf8_filename test
This test tries to create a temporary file with a filename that contains
invalid UTF-8 bytes, which may fail if TMPDIR is located on a filesystem
that performs UTF-8 validation (such as ZFS with utf8only=on).

Resolves https://github.com/NixOS/nixpkgs/issues/269631.
2024-04-01 22:45:34 -05:00
xrelkd
bbbf613ed2
bat: 0.23.0 -> 0.24.0
Diff: https://github.com/sharkdp/bat/compare/v0.23.0...v0.24.0

Changelog: https://github.com/sharkdp/bat/raw/v0.24.0/CHANGELOG.md
2023-10-12 11:50:36 +08:00
xrelkd
ec5b43883a
bat: migrate to by-name 2023-10-12 11:41:03 +08:00