Nikita Rudenko
|
5b8edf7402
|
nerd-fonts: 3.4.0 -> 3.5.0
Diff: https://github.com/ryanoasis/nerd-fonts/compare/refs/tags/v3.4.0...v3.5.0
Changelog: https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.5.0
|
2026-08-09 00:30:45 +03:00 |
|
Michael Daniels
|
2bb3216d1c
|
maintainers/scripts/update.nix: allow true for boolean args along w/ "true"
I intend to add a deprecation warning when a string is provided once I've
updated some downstream users.
|
2026-06-07 15:53:01 -04:00 |
|
Lin Xianyi
|
45485c7722
|
nerd-fonts: 3.3.0 -> 3.4.0
Diff: https://github.com/ryanoasis/nerd-fonts/compare/refs/tags/v3.3.0...v3.4.0
Changelog: https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.4.0
|
2025-04-25 11:01:10 +08:00 |
|
Peder Bergebakken Sundt
|
5aba99242e
|
treewide: fix typos in comments
Made with
```shell
git restore .
fd '\.nix$' pkgs/ --type f -j1 -x bash -xc "$(cat <<"EOF"
typos --no-check-filenames --write-changes "$1"
git diff --exit-code "$1" && exit
#( git diff "$1" | grep -qE "^\+ +[^# ]") && git restore "$1"
count1="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> ' | wc -l )"
count2="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> (<span style="color:#f8f8f2;"> *</span>)?<span style="color:#75715e;">.*</span>$' | wc -l )"
[[ $count1 -ne $count2 ]] && git restore "$1"
EOF
)" -- {}
```
and filtered with `GIT_DIFF_OPTS='--unified=15' git -c interactive.singleKey=true add --patch`
I initially tried using the tree-sitter cli, python bindings and even ast-grep through various means, but this is what I ended up with.
|
2025-02-24 10:44:41 +01:00 |
|
rczb
|
d37ad3d28f
|
nerd-fonts: add releaseVersion to passthru
|
2025-01-02 21:11:06 +08:00 |
|
rczb
|
06d52b09a2
|
nerd-fonts: fix attr name and version handling
|
2025-01-02 21:07:12 +08:00 |
|
rczb
|
e18aa0b180
|
nerd-fonts: change pname, version and license schema
Fix issue #370117.
|
2025-01-02 21:07:12 +08:00 |
|
ben9986
|
9f0e5cf83f
|
nerd-fonts: unescape characters in descriptions
|
2024-12-07 16:37:10 +00:00 |
|
Doron Behar
|
536dc87db6
|
nerd-fonts: 3.2.1 -> 3.3.0
|
2024-11-24 19:57:09 +02:00 |
|
rczb
|
ee2bb9be3e
|
nerdfonts: separate into packages under nerd-fonts
|
2024-11-24 19:57:09 +02:00 |
|