Commit Graph

1292 Commits

Author SHA1 Message Date
Vladimír Čunát
bd5580cf56 staging-next 2026-02-08 (#488406) 2026-02-23 12:03:00 +00:00
Gaël James
2eee48a265 spacefm: drop
Co-authored-by: Aliaksandr <41731334+qweered@users.noreply.github.com>
2026-02-23 10:05:10 +01:00
Martin Weinelt
d0d8ceafa7 Merge remote-tracking branch 'origin/staging-next' into staging 2026-02-20 11:28:55 +01:00
K900
684936391d Merge remote-tracking branch 'origin/master' into staging-next 2026-02-20 11:36:34 +03:00
K900
213d86cb54 Merge remote-tracking branch 'origin/staging-next' into staging 2026-02-19 21:22:07 +03:00
nixpkgs-ci[bot]
e88108f433 Merge master into staging-next 2026-02-19 18:18:44 +00:00
dish
956a18ed8d rl-2605: add nodePackages.@tailwindcss release notes 2026-02-19 12:58:06 -05:00
Matthieu Coudron
0f4517f2ea Revert "neovim: set provider configuration to initrc" 2026-02-19 17:54:49 +01:00
teto
9c3d86523e neovim: disable python3 and ruby providers by default
Providers are the thing I spend most of my time on while admittedly very
few users use it (I can only think of deoplete now) and it's going to disappear anyway.
We have no tests for it because of the previous reasons.

Before this patch:
nix path-info -Sh .#neovim
/nix/store/smd007xlbsx35y42rri5xlqhjgajz9in-neovim-0.11.6	365.0 MiB

After:
nix path-info -Sh .#neovim
/nix/store/4cr60j05l3pirhhrcs5hqb9rzj854n5r-neovim-0.11.6	240.6 MiB

To restore old behavior, pass `{withPython3= true; withRuby = true; }`
to the neovim wrapper.
2026-02-19 17:28:23 +01:00
Michael Daniels
cdb47d5b88 Merge branch 'staging-next' into staging 2026-02-17 19:55:41 -05:00
Fabián Heredia Montiel
d80b1bccd5 Merge remote-tracking branch 'origin/master' into staging-next 2026-02-17 12:29:41 -06:00
Sandro
f1cb6ce433 nixos/xserver: abort when encountering unknown xorg drivers (#486149) 2026-02-17 15:51:17 +00:00
Sébastien Guimmara
bc02bf2f21 docker-color-ourput: 2.6.1 -> 3.0.1 2026-02-16 15:52:10 +01:00
nixpkgs-ci[bot]
161e3306eb Merge staging-next into staging 2026-02-16 06:26:16 +00:00
K900
47739901c2 Merge remote-tracking branch 'origin/master' into staging-next 2026-02-16 03:26:29 +03:00
nixpkgs-ci[bot]
99649d3e89 Merge staging-next into staging 2026-02-16 00:24:26 +00:00
Tomodachi94
8abfa7ac0b nodePackages.coc-{go,tsserver}: drop (#490476) 2026-02-15 22:37:39 +00:00
dish
8586efc2c9 coc-go,coc-tsserver: add release notes 2026-02-15 16:04:41 -05:00
K900
07d05da020 Merge remote-tracking branch 'origin/master' into staging-next 2026-02-15 21:11:29 +03:00
teto
bd66006c65 neovim: set provider configuration to initrc
as an attempt to simplify configuration: 
instead of having wrapping arguments + an optional neovim configuration
let's always generate a neovim configuration.
The change should be transparent for most users, and require
intervention for users that fulfill both conditions:
- using remote plugins (rare already)
- that set `wrapRc = false` in wrapNeovimUnstable without loading later
  the generated luaRcContent

The fix is then to pass as wrapping arguments the wrapper's generated config via 

(wrapNeovimUnstable neovim-unwrapped { } ).overrideAttrs(oa: { wrapperArgs = oa.wrapperArgs ++ [ ''--cmd "lua dofile('${writeText "init.lua" oa.luaRcContent}')"'' ]; })

neovim: avoid creating empty newlines
2026-02-15 15:50:44 +01:00
Robert Scott
d8d07a0e82 bintools-wrapper: disable libcxxhardeningextensive hardening flag by default 2026-02-14 11:40:27 +00:00
Jörg Thalheim
8e6f57309d release notes: fix npmDeps attribute names (#489766) 2026-02-13 06:17:56 +00:00
nixpkgs-ci[bot]
e7fa64d05e Merge staging-next into staging 2026-02-12 16:47:26 +00:00
K900
daeb684bfa Merge remote-tracking branch 'origin/master' into staging-next 2026-02-12 15:22:32 +03:00
Jörg Thalheim
fffe3d8308 release notes: fix npmDeps attribute names
Use the correct attribute names after the cacheVersion -> fetcherVersion
rename and mention fetchNpmDeps's fetcherVersion parameter as well.

Addresses review feedback from #470517.
2026-02-12 12:42:27 +01:00
Bruno BELANYI
9d73edab12 balatro: add support for Google Play and Xbox PC editions (#487860) 2026-02-12 11:41:52 +00:00
Brenton Simpson
5122924f49 balatro: add support for Google Play and Xbox PC editions
Different editions of Balatro have essentially the same Lua codebase,
delegating to a native bridge `love.platform` to handle cloud
functionality like profiles and achievements.  These bridges are not
part of the standard LÖVE SDK, and hence aren't provided
by`pkgs.love`.

`withBridgePatch` uses the local filesystem for loading/saving games,
and short-circuits the other bridge functions.  This enables the Google
Play and Xbox PC editions of the game to be played with the open source
LÖVE runtime.
2026-02-12 11:34:36 +00:00
nixpkgs-ci[bot]
9158c593e6 Merge staging-next into staging 2026-02-12 00:23:30 +00:00
K900
15a6983bd3 Merge remote-tracking branch 'origin/master' into staging-next 2026-02-11 21:30:26 +03:00
Sandro
2a9b8ea432 bartender: 5.3.7 -> 6.4.1 (#488653) 2026-02-11 17:21:35 +00:00
Sandro
53f0e7dfe1 arti: 1.9.0 -> 2.0.0, add self as maintainer (#486461) 2026-02-11 12:21:10 +00:00
William Huebner
90a69ec976 bartender: 5.3.7 -> 6.4.1
https://www.macbartender.com/Bartender6/release_notes/
2026-02-10 21:58:12 -05:00
Steven Allen
3405711091 nixos/xserver: abort when encountering unknown xorg drivers
Instead of silently ignoring unknown X11 video drivers, fail immediately
with a helpful error message.
2026-02-10 15:43:18 -08:00
dotlambda
d09b9581a2 python3Packages.pikepdf: Make mupdf dependency optional (#488659) 2026-02-10 01:16:17 +00:00
René Neumann
50d0312929 python3Packages.pikepdf: Add parameter withMupdf, defaulting to false 2026-02-09 23:21:41 +01:00
nixpkgs-ci[bot]
83741d677f Merge master into staging-next 2026-02-09 12:17:08 +00:00
Ivan Mincik
448511471d peertube: 7.3.0 -> 8.0.2; add ngi team (#486313) 2026-02-09 08:22:42 +00:00
nixpkgs-ci[bot]
121b2e35f1 Merge master into staging-next 2026-02-09 00:24:28 +00:00
Peder Bergebakken Sundt
db18c3780d albert: 33.0.1 -> 34.0.5 (#481865) 2026-02-08 21:59:39 +00:00
Antoine du Hamel
93729d6470 nodejs: add a corepack output (#487796) 2026-02-07 22:38:01 +00:00
nixpkgs-ci[bot]
a678b48a9a Merge staging-next into staging 2026-02-07 18:08:08 +00:00
Antoine du Hamel
68381b5152 nodejs: add a corepack output 2026-02-07 11:17:04 +01:00
Steven Allen
eb65b00f1e nixos/captive-browser: remove the udhcpc setcap wrapper fallback
Remove the udhcpc setcap wrapper fallback as it allows any user to
execute arbitrary commands with the `cap_net_raw` capability.

Fixes CVE-2026-25740

https://github.com/NixOS/nixpkgs/security/advisories/GHSA-wc3r-c66x-8xmc
2026-02-06 14:29:16 -08:00
Antoine du Hamel
dbcb81f67b nodejs: make nodejs_* depend on nodejs-slim_* (#481461) 2026-02-06 18:57:21 +00:00
Alexander Nabokikh
657b554170 albert: 33.0.1 -> 34.0.5 2026-02-04 16:01:59 +01:00
nixpkgs-ci[bot]
aba80eebd4 Merge staging-next into staging 2026-02-04 12:12:09 +00:00
Jo
90235307a5 pkgs.xorg: deprecate package set (#479724) 2026-02-04 11:42:42 +00:00
Antoine du Hamel
7459fe949f nodejs: make nodejs_* depend on nodejs-slim_* 2026-02-03 23:54:16 +01:00
whispers
43b3f53866 arti: 1.9.0 -> 2.0.0
Release announcement: https://blog.torproject.org/arti_2_0_0_released/
Changelog: https://gitlab.torproject.org/tpo/core/arti/-/blob/arti-v2.0.0/CHANGELOG.md
2026-02-03 09:50:46 -05:00
eljamm
75cf64a10b peertube: 7.3.0 -> 8.0.2; add ngi team
Diff: https://github.com/Chocobozzz/PeerTube/compare/v7.3.0...v8.0.2
2026-02-03 07:48:57 +01:00