1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-23 09:51:00 +03:00
Commit graph

458 commits

Author SHA1 Message Date
Bobby Rong
b2b15dbc81
nixos/doc/rl-2505: Mention Cinnamon 6.4 2024-12-03 20:52:22 +08:00
Thiago Kenji Okada
48011bb551 nixos/doc/rl-2505: document retroarch refactoring changes 2024-12-03 10:41:52 +00:00
K900
6739ae1174 Merge remote-tracking branch 'origin/staging-next' into staging 2024-12-02 22:43:34 +03:00
Sefa Eyeoglu
d2f5c28d0d
containerd: 1.7.23 -> 2.0.0 (#356618) 2024-12-02 17:19:46 +01:00
TNE
6cb4e7d591 nixos/nat: Only connections made to the nat.externalIP will be port forwarded. 2024-12-01 09:36:02 +01:00
Yaroslav Chvanov
e3a9c19e86
strawberry: drop strawberry-qt5 in favor of strawberry-qt6 2024-11-30 11:53:24 +03:00
github-actions[bot]
02cdd067a9
Merge staging-next into staging 2024-11-30 06:05:05 +00:00
Aleksana
8ad72fe696
nixos/doc/rl-2505: add omnom (#360188) 2024-11-30 12:57:36 +08:00
Aleksana
88bd81e177
gkraken,nixos/gkraken: Drop (#358200) 2024-11-30 10:54:30 +08:00
eljamm
a344bfd09a
nixos/doc/rl-2505: add omnom 2024-11-29 19:24:01 +01:00
github-actions[bot]
da1fc0632d
Merge staging-next into staging 2024-11-29 12:06:39 +00:00
Silvan Mosberger
300d4f73bd
release notes: Move cacheNetwork note to 25.05 (#359946) 2024-11-29 12:34:53 +01:00
github-actions[bot]
9995c97e4b
Merge staging-next into staging 2024-11-29 06:05:29 +00:00
Silvan Mosberger
d60e537249
release notes: Move agorakit to 25.05 (#359942)
release notes: Move agorakit to 2505

It's not included in 2411
2024-11-29 01:37:13 +01:00
Silvan Mosberger
c8aeacd0ae release notes: Move cacheNetwork note to 25.05
It's not included in 24.11
2024-11-28 21:13:14 +01:00
github-actions[bot]
e645ec8944
Merge staging-next into staging 2024-11-27 06:05:34 +00:00
Aleksana
2342b52b9c
nerd-fonts: move release note to 25.05 (#359225) 2024-11-27 10:08:23 +08:00
github-actions[bot]
a7d715306f
Merge staging-next into staging 2024-11-27 00:15:38 +00:00
Sandro
cbe4fa7a64
binwalk: 2.4.3 -> 3.1.0 (#357991) 2024-11-26 21:50:34 +01:00
aleksana
949b67679d nerd-fonts: move release note to 25.05 2024-11-26 17:40:21 +08:00
Colin
900bd0d8e6 nixos/buffyboard: init
[buffyboard](https://gitlab.postmarketos.org/postmarketOS/buffybox/-/tree/master/buffyboard)
is the on-screen framebuffer keyboard provided by postmarketOS's
buffybox project.

enable this with `services.buffybox.enable = true;`: any additional
settings are strictly optional.

once enabled, tab to an unused TTY (e.g. Ctrl+Alt+F2) and use the
mouse/touchpad/touchscreen to use the virtual keyboard. may require
a manual `systemctl start buffybox` if enabled on an already-booted
device.

Co-authored-by: Luflosi <luflosi@luflosi.de>
2024-11-26 09:13:32 +00:00
K900
3b5cb28a23 Merge remote-tracking branch 'origin/staging-next' into staging 2024-11-26 09:46:04 +03:00
jopejoe1
1ff4137a05
vscode-extensions: set pname (#354740) 2024-11-25 19:46:24 +01:00
Nico Felbinger
2c8074dfa7
binwalk: 2.4.3 -> 3.1.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-11-24 18:20:06 +01:00
netali
f41f218e0d
nixos/zammad: refactor module 2024-11-24 14:42:43 +01:00
K900
15bb2bfa54 Merge remote-tracking branch 'origin/staging-next' into staging 2024-11-24 10:18:58 +03:00
Maximilian Bosch
d2ed89833b
php: 8.2 -> 8.3
PHP 8.2 will only receive security patches starting at the end of
November[1], so it makes sense to bump the default version forward.

I looked through all modules with the substring `pkgs.php`[2] and all of
the usages looked fine or were fixed in a commit before this one.

[1] https://www.php.net/supported-versions.php
[2] I didn't take `with`/`let ... in` things into account, but honestly,
    if an application doesn't work with a newer PHP, it should probably
    be pinned down instead of blindly relying on `pkgs.php`.
2024-11-23 20:47:31 +01:00
OPNA2608
ee25f37003 gkraken,nixos/gkraken: Drop
It was switched to maintenance mode on 2020-12-09[1], and marked deprecated in favour of Coolero/CoolerControl on 2022-02-23[2].

We have CoolerControl packaged since 24.05[3], so we can now drop gkraken.

[1]: https://gitlab.com/leinardi/gkraken/-/releases/0.14.5
[2]: https://gitlab.com/leinardi/gkraken/-/releases/1.2.0
[3]: c981cb00dd
2024-11-23 14:40:23 +01:00
seth
d697b384d5
containerd: 1.7.23 -> 2.0.0
This release contains breaking changes. See the full [containerd
2.0](https://github.com/containerd/containerd/blob/main/docs/containerd-2.0.md)
documentation for more

Diff: https://github.com/containerd/containerd/compare/v1.7.23...v2.0.0

Changelog: https://github.com/containerd/containerd/releases/tag/v2.0.0
2024-11-22 14:11:33 -05:00
github-actions[bot]
468547492b
Merge staging-next into staging 2024-11-22 18:05:01 +00:00
github-actions[bot]
1bdb3ae924
Merge staging-next into staging 2024-11-22 00:15:52 +00:00
Emily
e3d26a1815 cudaPackages_10{,_0,_1,_2}: drop 2024-11-21 23:09:53 +00:00
Florian Klink
653b603cef
notmuch: move the vim plugin to another output (#353500) 2024-11-22 00:18:24 +02:00
Aleksana
28b75ea6e8
nixos/doc/rl-2505: add highlight for the LLVM bump (#357750) 2024-11-21 21:05:36 +08:00
github-actions[bot]
4454e7d720
Merge staging-next into staging 2024-11-21 12:06:21 +00:00
kirillrdy
c8021779cd
amazon-cloudwatch-agent: init at 1.300049.1 (#337212) 2024-11-21 17:18:47 +11:00
Emily
9031f2db8b Merge staging-next into staging 2024-11-21 03:49:12 +00:00
Emily
d79de22f67 nixos/doc/rl-2505: add highlight for the LLVM bump 2024-11-21 03:01:01 +00:00
Kirill Radzikhovskyy
1f2ee293c6 nixos/doc/rl-2505: mention timescaledb 2024-11-20 17:23:20 +11:00
Emily
abae8042c5
gcc: gcc13 -> gcc14 (again) (#356812) 2024-11-20 02:02:25 +00:00
Matthieu C.
0082fde43d notmuch: move the vim plugin to another output
I wondered why my neovim was slow. Turned out notmuch.vim loading took >
500ms to load (ruby and all). And I dont even use it !
I suspect the plugin could be improved to lazyload more stuff but I
think it's ok to have the vim plugin installer be a user decision as well.
I moved it to a new "vim" output : you can install the plugin via
"notmuch.vim"
2024-11-19 20:53:26 +01:00
github-actions[bot]
40a26e9ba0
Merge staging-next into staging 2024-11-19 18:04:59 +00:00
Emily
2113dc2020 gcc: gcc13 -> gcc14
Here we go again…
2024-11-19 15:14:17 +00:00
Aleksana
0ecc88f77d
buildGoPackage: remove (#349478) 2024-11-19 22:41:50 +08:00
commiterate
3d0e3156ea amazon-cloudwatch-agent: init at 1.300049.1 2024-11-18 19:19:35 -05:00
github-actions[bot]
2af48a347f
Merge staging-next into staging 2024-11-19 00:15:25 +00:00
Paul Meyer
2ac1f685b6 docs: update Go section after buildGoPackage removal
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-11-18 14:36:08 +01:00
Paul Meyer
4ad10975ec buildGoPackage: remove
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-11-18 07:51:19 +01:00
Emily
80f7c3ddbf nixos/doc/rl-2505: announce macOS version support policy 2024-11-18 00:05:22 +00:00
Ratchanan Srirattanamet
986a0381df nixos/doc/rl: mention added module Kimai 2024-11-17 16:21:19 +00:00