Commit Graph

2736 Commits

Author SHA1 Message Date
R. Ryantm
1f738b3f6d iosevka: 31.7.1 -> 31.8.0 2024-10-09 10:07:10 +00:00
Nick Cao
e60056ba3f
sudo-font: 1.4 -> 2.0.0 (#346307) 2024-10-06 10:40:17 -04:00
OTABI Tomoya
4fb547048d
cozette: 1.25.1 -> 1.25.2 (#344869) 2024-10-06 17:10:55 +09:00
R. Ryantm
eeeb90a1dd twemoji-color-font: 14.0.2 -> 15.0.3 2024-10-04 08:47:36 +00:00
R. Ryantm
18cb5cb442 sudo-font: 1.4 -> 2.0.0 2024-10-04 03:11:36 +00:00
Peder Bergebakken Sundt
3100acba08 treewide: \xc2\xa0 ->
I have no idea what this escape sequence even is, but it breaks the nix parser with cryptic errors if not used in a comment.
A friend let me know MacOS is prone to input weird spaces, not sure if that is the source.

Candidates were located and created with:

    chr="$(echo -e '\xc2\xa0')"; rg -F "$chr" -l | xe sd -F "$chr" " "

There are some examples left, most being example output from `tree` in various markdown documents, some patches which we can't really touch, and `pkgs/tools/nix/nixos-render-docs/src/tests/test_commonmark.py` which I'm not sure if should be addressed
2024-10-02 15:33:06 +02:00
Vincent Laporte
5a8e34e98d
libertinus: 7.040 → 7.051 (#344345) 2024-10-02 06:10:01 +02:00
R. Ryantm
de23f9f756 iosevka-bin: 31.4.0 -> 31.7.1 2024-10-01 00:34:19 +00:00
R. Ryantm
262ec34318 iosevka: 31.6.1 -> 31.7.1 2024-09-30 07:05:05 +00:00
R. Ryantm
d53586885c cozette: 1.25.1 -> 1.25.2 2024-09-27 12:44:54 +00:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Nikolay Korotkiy
b409cdb759
iosevka: 31.6.0 -> 31.6.1 (#343440) 2024-09-22 15:19:54 +04:00
Robert Helgesson
e34b70e077 unifont: 15.1.05 -> 16.0.01 2024-09-22 08:17:57 +02:00
R. Ryantm
87d1ec5b37 iosevka: 31.6.0 -> 31.6.1 2024-09-21 07:04:43 +00:00
Nick Cao
ace5234a41
i-dot-ming: 8.00 -> 8.10 (#343226) 2024-09-20 17:06:02 -04:00
Leah Amelia Chen
2825fb0546
i-dot-ming: 8.00 -> 8.10 2024-09-20 12:08:25 +02:00
R. Ryantm
f9af46ae15 julia-mono: 0.056 -> 0.057 2024-09-19 02:00:23 +00:00
Nick Cao
2ff4293743
last-resort: 15.100 -> 16.000 (#341495) 2024-09-17 15:55:34 -04:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
R. Ryantm
483b8847c2 last-resort: 15.100 -> 16.000 2024-09-13 05:48:47 +00:00
Weijia Wang
55fb76dc7e
iosevka-bin: 30.3.3 -> 31.4.0 (#332636) 2024-09-10 00:38:00 +02:00
Ate329
284f21cb96
gdouros: fix dn-works fonts issue 2024-09-09 15:16:38 +02:00
R. Ryantm
f3991c8aa5 iosevka: 31.5.0 -> 31.6.0 2024-09-08 23:40:29 +00:00
R. Ryantm
deb04ac70d iosevka: 31.4.0 -> 31.5.0 2024-09-01 14:28:07 +00:00
Philip Taron
ae92f312bf
treewide: use a consistent meta.priority default 2024-08-29 09:04:57 -07:00
R. Ryantm
f22c682151 iosevka-bin: 30.3.3 -> 31.4.0 2024-08-27 16:24:50 +00:00
Pol Dellaiera
6786028e86
Merge pull request #336594 from DamienCassou/iosevak-comfy-2
iosevka-comfy: 1.4.0 -> 2.0.0
2024-08-25 22:19:30 +02:00
R. Ryantm
46a4adbd67 iosevka: 31.3.0 -> 31.4.0 2024-08-25 04:33:20 +00:00
Damien Cassou
f308200adf
iosevka-comfy: 1.4.0 -> 2.0.0 2024-08-24 21:15:02 +02:00
R. Ryantm
62e6739e3f iosevka: 31.2.0 -> 31.3.0 2024-08-18 07:45:36 +00:00
Peder Bergebakken Sundt
ca24b6904b
Merge pull request #333785 from Coca162/monocraft-4.0
monocraft: 3.0 -> 4.0
2024-08-17 22:56:00 +02:00
Sebastián Mancilla
ed11cfc1fb
Merge pull request #331898 from r-ryantm/auto-update/sudo-font
sudo-font: 1.3 -> 1.4
2024-08-15 23:06:04 -04:00
Pol Dellaiera
e8aed17972
Merge pull request #333407 from luftmensch-luftmensch/intel-one-mono_1.4.0
intel-one-mono: 1.3.0 -> 1.4.0
2024-08-11 13:09:17 +02:00
luftmensch-luftmensch
6d359e7177
intel-one-mono: 1.3.0 -> 1.4.0 2024-08-11 11:42:29 +02:00
R. Ryantm
e54897b75c iosevka: 31.0.0 -> 31.2.0 2024-08-11 04:26:53 +00:00
Coca
4fbc056449
monocraft: 3.0 -> 4.0 2024-08-11 01:26:10 +03:00
R. Ryantm
8507b91b5b cozette: 1.25.0 -> 1.25.1 2024-08-07 10:33:45 +00:00
Franz Pletz
1364c767e9
Merge pull request #332148 from emilazy/in-memoriam-AluisioASG 2024-08-06 14:10:43 +02:00
Vincent Laporte
16f6d7b9c9 annapurna-sil: 2.000 → 2.100 2024-08-05 07:04:57 +02:00
Emily
af2b4c56fd treewide: retire late maintainer AluisioASG
I’ve sadly become aware that Aluísio Augusto Silva Gonçalves
(@AluisioASG), a contributor to Nixpkgs until 2021, tragically
[passed away that year] at the age of only 25 from complications
caused by COVID‐19.

[passed away that year]: https://ufpr.br/ufpr-lamenta-a-morte-do-estudante-aluisio-augusto-silva-goncalves-25-anos/

It doesn’t feel respectful of this loss to have a bot ping his
account every time Iosevka gets an update, or to have people expect
reviews or support for the packages he maintained, so let’s retire
his maintainer list entry.

I’ll adopt ffmpeg-python in my concurrent pull request, but there are
a lot of other packages that could use new maintainers. I encourage
people to consider continuing his work on Nixpkgs if any of them are
of interest.

On the off chance that any of his family or friends ever see this
message, I wish I could say more than that I’m sorry for your loss.
2024-08-04 02:50:54 +01:00
R. Ryantm
8b204c1fff sudo-font: 1.3 -> 1.4 2024-08-03 02:51:14 +00:00
redyf
be556244a4 iosevka: 30.3.3 -> 31.0.0
https://github.com/be5invis/Iosevka/releases/tag/v31.0.0
2024-08-01 20:16:53 -03:00
Sigmanificient
aab1113d4a treewide: normalize maintainers list formatting
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
K900
24076029d2 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-28 01:04:35 +03:00
Nick Cao
499bbcca94
Merge pull request #329835 from r-ryantm/auto-update/iosevka-bin
iosevka-bin: 30.3.2 -> 30.3.3
2024-07-27 10:12:13 -04:00
github-actions[bot]
614efe64e8
Merge master into staging-next 2024-07-27 12:01:12 +00:00
Franz Pletz
349ceefaa3
Merge pull request #328974 from fpletz/pkgs/font-awesome-6.6.0 2024-07-27 12:17:37 +02:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next 2024-07-27 09:18:58 +02:00
Nick Cao
79a1851101
Merge pull request #330091 from r-ryantm/auto-update/cozette
cozette: 1.24.1 -> 1.25.0
2024-07-26 17:02:59 -04:00