Commit Graph

757321 Commits

Author SHA1 Message Date
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
nixpkgs-merge-bot[bot]
d8b348c8ed vpl-gpu-rt: 25.1.1 -> 25.1.2 (#384079)
Co-authored-by: evanrichter <evanrichter@users.noreply.github.com>
2025-02-22 03:19:38 +00:00
lassulus
4f2cee1fd6 nixos/hedgedoc: add fchown to SystemCallFilter to fix filesystem backend (#383787) 2025-02-22 10:01:59 +07:00
Felix Schröter
f7555c4f33 tor-browser: 14.0.5 -> 14.0.6 (#383339) 2025-02-22 02:52:18 +00:00
Adam C. Stephens
7cc3683cfd tailwindcss_4: 4.0.6 -> 4.0.8 (#384072) 2025-02-21 21:22:38 -05:00
nixpkgs-merge-bot[bot]
1a3baaedb8 spacectl: 1.9.0 -> 1.10.0 (#383972)
Co-authored-by: kashw2 <kashw2@users.noreply.github.com>
2025-02-22 02:02:19 +00:00
Fabian Affolter
d9e589d58a python312Packages.xknx: 3.5.0 -> 3.6.0 (#383738) 2025-02-22 02:48:33 +01:00
Fabian Affolter
13d7c93d68 python313Packages.tencentcloud-sdk-python: 3.0.1321 -> 3.0.1322 (#384095) 2025-02-22 02:47:47 +01:00
Fabian Affolter
db8482cb8b python312Packages.mypy-boto3-*: updates (#383737) 2025-02-22 02:46:38 +01:00
Fabian Affolter
986ecdb48f python313Packages.deebot-client: 12.1.0 -> 12.2.0 (#384101) 2025-02-22 02:45:57 +01:00
Fabian Affolter
e0ae68a625 reptor: 0.25 -> 0.26 (#383922) 2025-02-22 02:34:43 +01:00
Fabian Affolter
7b32032417 python312Packages.podman: 5.3.0 -> 5.4.0.1 (#383988) 2025-02-22 02:34:20 +01:00
Fabian Affolter
1a5ef88a8d python313Packages.deebot-client: 12.1.0 -> 12.2.0
Diff: https://github.com/DeebotUniverse/client.py/compare/refs/tags/12.1.0...12.2.0

Changelog: https://github.com/DeebotUniverse/client.py/releases/tag/12.2.0
2025-02-22 02:34:06 +01:00
Fabian Affolter
ae434345ad python312Packages.weheat: 2025.1.15 -> 2025.2.13 (#384048) 2025-02-22 02:33:33 +01:00
R. RyanTM
c05a5aacc1 oh-my-zsh: 2025-01-30 -> 2025-02-14 (#382348) 2025-02-21 20:26:58 -05:00
jade
c2fa08b755 buildRustPackage: support fixed-point arguments via lib.extendMkDerivation (#382550) 2025-02-21 17:26:48 -08:00
R. RyanTM
ea213f0cea synadm: 0.46.1 -> 0.47 (#384089)
https://github.com/JOJ0/synadm/releases/tag/v0.47
2025-02-22 02:24:05 +01:00
Fabian Affolter
185e1cd1cf python313Packages.tencentcloud-sdk-python: 3.0.1321 -> 3.0.1322
Diff: https://github.com/TencentCloud/tencentcloud-sdk-python/compare/refs/tags/3.0.1321...3.0.1322

Changelog: https://github.com/TencentCloud/tencentcloud-sdk-python/blob/3.0.1322/CHANGELOG.md
2025-02-22 02:08:46 +01:00
Peder Bergebakken Sundt
9a35a74906 proselint: migrate to by-name, modernize, adopt (#382117) 2025-02-22 01:49:13 +01:00
nixpkgs-merge-bot[bot]
77cd88152b walk: 1.10.1 -> 1.13.0 (#384076)
Co-authored-by: surfaceflinger <nat@nekopon.pl>
2025-02-22 00:48:00 +00:00
Gaétan Lepage
657075d825 waytrogen: 0.6.9 -> 0.7.1 (#382849) 2025-02-22 01:47:25 +01:00
Gaétan Lepage
fb35d81b42 vimPlugins.lze: 0.7.11 -> 0.8.0 (#383531) 2025-02-22 01:31:36 +01:00
Yt
4fb2945202 beam26Packages.ex_doc: 0.37.1 -> 0.37.2 (#384010) 2025-02-21 19:22:13 -05:00
Gaétan Lepage
7f3afb5889 tmuxPlugins.dracula: modernize and add extra metadata (#382703) 2025-02-22 01:19:17 +01:00
R. Ryantm
d5e44742e9 vpl-gpu-rt: 25.1.1 -> 25.1.2 2025-02-21 23:35:50 +00:00
R. Ryantm
0182f26e92 walk: 1.10.1 -> 1.13.0 2025-02-21 23:26:40 +00:00
Bruno BELANYI
63d0ef62b7 woodpecker-server: 3.0.1 -> 3.1.0 (#384054) 2025-02-21 23:21:43 +00:00
adamjhf
17967b403a tailwindcss_4: 4.0.6 -> 4.0.8 2025-02-21 23:19:56 +00:00
nixpkgs-merge-bot[bot]
f086928044 karp: 0-unstable-2025-02-04 -> 0-unstable-2025-02-21 (#383965)
Co-authored-by: Bot-wxt1221 <3264117476@qq.com>
2025-02-21 23:18:40 +00:00
Arne Keller
83a49da329 gitkraken: 10.6.3 → 10.7.0 (#381244) 2025-02-22 00:01:51 +01:00
Martin Weinelt
9525c09073 nixos/routinator: fix service being always enabled (#384068) 2025-02-21 23:59:19 +01:00
Arne Keller
5470513326 python3Packages.ixia: 1.3.2 → 2.0.0, oddsprout: 0.1.1 → 0.1.2 (#377152) 2025-02-21 23:58:46 +01:00
Arne Keller
9f41a78ead python3Packages.dahlia: fix build and enable tests (#384065) 2025-02-21 23:57:14 +01:00
Arne Keller
9e48354fd8 windowtolayer: init at 0-unstable-2025-01-26 (#381601) 2025-02-21 23:51:02 +01:00
Peter Lehmann
13ff2e0395 nixos/routinator: fix service being always enabled 2025-02-21 23:48:43 +01:00
John Ericson
9d73d822d2 openbsd.{fdisk,umount,newfs,newfs_msdos,disklabel,mount_msdosfs,mknod}: init (#381515) 2025-02-21 17:47:21 -05:00
John Ericson
60138282dc curl: autoreconfHook on OpenBSD (#384009) 2025-02-21 17:46:40 -05:00
John Ericson
0237f18471 socat: disable linux-only feature on non-linux (#384011) 2025-02-21 17:46:17 -05:00
John Ericson
39fa23b4aa openbsd.rc: work around rc_bg bug when /bin/sh is bash (#384012) 2025-02-21 17:45:43 -05:00
John Ericson
ef67097b27 freebsd.libthr: don't leave dangling symlink in static configuration (#384013) 2025-02-21 17:44:23 -05:00
John Ericson
9069f7fea6 zlib-ng: fix build on FreeBSD (#384014) 2025-02-21 17:43:57 -05:00
John Ericson
16cd6346ee freebsd.{jail,jls,jexec}: init (#384017) 2025-02-21 17:43:21 -05:00
FliegendeWurst
b575953741 python3Packages.dahlia: fix build and enable tests 2025-02-21 23:41:42 +01:00
Pol Dellaiera
798e8fcf0e vscode-extensions.github.codespaces: 1.16.9 -> 1.17.3 (#384053) 2025-02-21 23:20:10 +01:00
Robert Schütz
555da02a86 python313Packages.safety: 3.2.14 -> 3.3.0 (#383561) 2025-02-21 14:18:02 -08:00
Robert Schütz
bf7aeccd5d postfixadmin: 3.3.13 -> 3.3.15 (#367821) 2025-02-21 14:16:48 -08:00
Robert Helgesson
44a5b1bdca nixos/grav: init module 2025-02-21 23:09:42 +01:00
Robert Helgesson
f555744332 grav: init at 1.7.48 2025-02-21 23:09:42 +01:00
Pavol Rusnak
f2f268e802 adaptivecpp: fix cuda build (#384055) 2025-02-21 23:08:32 +01:00
Martin Weinelt
bf25eae002 nixos/routinator: init module (#380046) 2025-02-21 23:07:21 +01:00