2831 Commits

Author SHA1 Message Date
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
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
oluceps b1d4067e31 maple-font: 7.0 -> 7.1 2025-04-29 00:05:06 +02: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
Winter a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera 65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
isabel b65e9df1c4 font-awesome: 6.7.1 -> 6.7.2
Diff: https://github.com/FortAwesome/Font-Awesome/compare/6.7.1...6.7.2
2025-03-24 11:52:53 +00:00
oluceps c7fc4ae81b maple-font: 6.4 -> 7.0 2025-03-18 23:58:07 +01: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
Weijia Wang bdd74bf0f0 scheherazade: move to pkgs/by-name (#371162) 2025-01-05 21:46:05 +01:00
Weijia Wang 8c65d9640d scheherazade: move to pkgs/by-name 2025-01-05 16:48:19 +01:00