Commit Graph

2840 Commits

Author SHA1 Message Date
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
Ben Siraphob
50344c39b9 treewide: fix typos (#548474) 2026-08-04 01:19:14 +00:00
7c6f434c
566caf9f92 various(pkgs/data/fonts): use installFonts (#521626) 2026-08-04 01:15:23 +00:00
Ben Siraphob
062d2b697e pkgs: fix typos in applications, data, desktops, games and misc
Assisted-by: Claude Code (claude-opus-5)
2026-08-02 11:15:27 -07:00
Michael Daniels
5fecd444e4 maintainers/scripts/update.nix: allow true for boolean args along w/ "true" (#529187) 2026-06-21 00:54:02 +00: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
Ethan Carter Edwards
259ad945e9 source-han-*: use installFonts, modernize
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
2026-06-06 14:52:00 -07:00
Marcin Serwin
85ac6ca088 maintainers: drop ttuegel
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-05-31 20:27:39 +02:00
Acid Bong
318f67fcf0 data/fonts/open-relay: use installFonts 2026-05-18 19:25:32 +03:00
Acid Bong
c01bebe4a5 mplus-outline-fonts: use installFonts 2026-05-18 19:25:31 +03:00
Acid Bong
bcab0f4fb9 data/fonts/gdouros: use installFonts 2026-05-18 19:25:31 +03:00
Acid Bong
3a32efc2ea lohit-fonts: use installFonts 2026-05-18 19:25:31 +03:00
Acid Bong
39f7e919f2 liberation_ttf: use installFonts hook 2026-05-18 19:25:31 +03:00
Peder Bergebakken Sundt
92f3953bd1 ioskeley-mono: v2.0.0-beta.1 -> v2.0.0 (#514049) 2026-05-05 22:11:45 +00:00
Marcin Serwin
c02f9c361a dejavu_fonts: match description to actual font names (#497383) 2026-05-03 18:15:48 +00:00
nuexq
e963079dc5 ioskeley-mono: v2.0.0-beta.1 -> v2.0.0 2026-04-27 22:28:16 +01:00
R. Ryantm
48f2828c3d openmoji-color: 16.0.0 -> 17.0.0 2026-04-23 09:23:55 +00:00
R. Ryantm
d97344253f constructium: 2026-02-08 -> 2026-04-12 2026-04-13 06:40:42 +00:00
isabel
7c2b5afd5d ioskeley-mono: init at v2.0.0-beta.1 (#499080) 2026-04-10 10:31:37 +00:00
nuexq
46c1e9560b ioskeley-mono: init at v2.0.0-beta.1 2026-04-07 21:45:34 +01:00
Lisanna Dettwyler
72cbb981a5 tex-gyre-math.bonum: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
2026-03-21 12:31:05 -04:00
Lisanna Dettwyler
51e8f35e15 tex-gyre.adventor: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
2026-03-21 12:31:05 -04:00
ProHaller
9f163e7bc8 font-awesome: 7.0.1 -> 7.2.0
https://fontawesome.com/changelog/
2026-03-12 23:34:16 +09:00
pancaek
8e34c54e06 dejavu_fonts: match description to actual font names 2026-03-06 14:36:13 -08:00
R. Ryantm
0439b48d0a constructium: 2025-09-01 -> 2026-02-08 2026-02-09 00:48:14 +00:00
Hythera
97e97d1f37 tex-gyre-math.*: set pname 2026-02-06 21:20:43 +01:00
Hythera
9b4db66cf6 tex-gyre.*: set pname 2026-02-02 13:08:18 +01:00
Wolfgang Walther
af34bc65da sourceHanPackages: move packages to toplevel only (#437190) 2026-01-21 18:54:25 +00:00
Stzx
3ba8eac1e8 maple-mono: 7.6 -> 7.9 2026-01-05 20:10:04 +08:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
jopejoe1
b0c0edfd73 sourceHanPackages: move packages to toplevel only 2025-11-04 19:50:45 +01:00
Michael Daniels
e0d5027e88 treewide: migrate to by-name 2025-10-05 15:16:28 -04:00
NAHO
c8d4dabc43 pkgs: remove optional builtins prefixes from prelude functions
Remove optional builtins prefixes from prelude functions by running:

    builtins=(
      abort
      baseNameOf
      break
      derivation
      derivationStrict
      dirOf
      false
      fetchGit
      fetchMercurial
      fetchTarball
      fetchTree
      fromTOML
      import
      isNull
      map
      null
      placeholder
      removeAttrs
      scopedImport
      throw
      toString
      true
    )

    fd \
      --type file \
      . \
      pkgs \
      --exec-batch sed --in-place --regexp-extended "
        s/\<builtins\.($(
          printf '%s\n' "${builtins[@]}" |
            paste --delimiter '|' --serial -
        ))\>/\1/g
      "

    nix fmt
2025-10-04 19:02:37 +02:00
Guy Chronister
475a0e3a44 various: remove superflous usages of pname 2025-09-25 20:45:06 -05:00
tomberek
834115f512 constructium: 2025-03-20 -> 2025-09-01 (#439388) 2025-09-04 03:08:29 -04:00
Niklas Korz
dd746ea47a font-awesome: 6.7.2 -> 7.0.1 (#434766) 2025-09-03 11:24:45 +02:00
alina
193495faf9 font-awesome: 6.7.2 -> 7.0.1
changelog: https://fontawesome.com/changelog#v7-0-0
2025-09-03 11:05:08 +02:00
R. Ryantm
86d3c2f68f constructium: 2025-03-20 -> 2025-09-01 2025-09-02 00:38:40 +00:00
oluceps
6b7b6b30b4 maple-font: 7.4 -> 7.6 2025-08-22 23:34:20 +08:00
phaer
978931902c maintainers: drop abbradar
Listed as maintainer for ~170 packages but last commit that made it to
master was 6786ceb in February 2022.

Unresponsive on PRs, such as i.e. #411522
2025-08-22 09:49:27 +02:00
R. RyanTM
99dc30c03e openmoji-color,openmoji-black: 15.1.0 -> 16.0.0 (#431983) 2025-08-08 15:40:40 +00:00
mivorasu
ee0866bddd treewide: conform descriptions to the standards 2025-07-28 04:39:00 +00:00
linsui
a7a5cb5c81 source-han-sans: 2.004 -> 2.005 2025-07-24 22:52:18 +08:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Neil Mayhew
bd76863061 symbola: fix disappearing source (#425659) 2025-07-17 04:32:36 +02:00
Jost Alemann
526be0801f maple-font: 7.3 -> 7.4
Changelog: https://github.com/subframe7536/maple-font/releases/tag/v7.4
2025-07-04 01:59:49 +02:00
Jost Alemann
3d4647f6f5 maple-font: 7.2 -> 7.3
Changelog: https://github.com/subframe7536/maple-font/releases/tag/v7.3
2025-06-07 06:37:21 +02:00
·𐑑𐑴𐑕𐑑𐑩𐑤
146698674a open-relay-fonts: wrong quotation mark position for globbing 2025-05-12 14:35:22 +07:00
·𐑑𐑴𐑕𐑑𐑩𐑤
91f06db7c8 open-relay-typefaces: init at 2025-03-20, subsumes kreative-square-fonts
Reference open-relay’s monorepo typefaces from a central location.
Refactor kreative-square-fonts to fall under this umbrella.
2025-05-10 12:17:37 +07:00
XYenon
be6154f726 maple-font: 7.1 -> 7.2 2025-04-30 15:47:07 +08:00