Luna Nova
a3569ecabd
openblas: swap to CMake build to resolve duplicate symbols on aarch64
2026-03-13 08:38:59 -07:00
Luna Nova
f0210e2e27
openblas: add flint and R to tests
2026-03-13 08:38:58 -07:00
Luna Nova
02d96bd277
openblas: test pkg-config and cmake module presence
2026-03-13 08:38:58 -07:00
Doron Behar and GitHub
0fc43b5e50
python3.pkgs.tabulate: 0.9.0 -> 0.10.0 ( #497973 )
2026-03-13 14:42:14 +00:00
Doron Behar
b5c9053263
python3.pkgs.tabulate: 0.9.0 -> 0.10.0
...
Diff: https://github.com/astanin/python-tabulate/compare/v0.9.0...v0.10.0
2026-03-13 16:25:52 +02:00
Doron Behar
dca6e3e307
python3.pkgs.tabulate: use fetchFromGitHub
2026-03-13 16:25:52 +02:00
Doron Behar
e44e9a2b1f
python3.pkgs.tabulate: use finalAttrs: pattern
2026-03-13 16:25:51 +02:00
Doron Behar
9fc8712b0b
python3.pkgs.tabulate: add doronbehar to maintainers
2026-03-13 16:25:50 +02:00
Matthieu Coudron and Vladimír Čunát
5e40587385
buildLuarocksPackage: fix cross compilation wrapping ( #481511 )
...
(cherry picked from commit ca45c71bfc )
It looks like the rebuild costs won't be high really.
2026-03-13 13:47:09 +01:00
nixpkgs-ci[bot] and GitHub
cac1479efa
Merge master into staging-next
2026-03-13 12:11:53 +00:00
Emily and GitHub
8e9acba638
music-assistant: 2.7.9 -> 2.7.11 ( #497992 )
2026-03-13 12:00:37 +00:00
Matthieu Coudron and GitHub
921bd54df3
neovim: set provider configuration to initrc ( #498687 )
2026-03-13 11:58:06 +00:00
r-vdp
e2e702cb4e
Merge commit 'ea5f21f20569' into staging-next
...
# Conflicts:
# pkgs/by-name/ki/kitty/package.nix
2026-03-13 12:42:04 +01:00
yaya and GitHub
151ac5e7f8
mattermost-desktop: 6.0.4 -> 6.1.0 ( #496878 )
2026-03-13 11:41:11 +00:00
teto
4d7ec078bd
neovim: restore provider configuration in legacy mode
...
We used to unconditionnally wrap the provider configuration.
https://github.com/NixOS/nixpkgs/pull/487390 "smartly" embeds it into
init.lua depending on `wrapRc` but that breaks neovim legacy behavior in some cases since `legacyWrapper` sets `wrapRc` to false in absence of some of user configuration.
One day we will get rid of the legacy wrapper but until then keep that behavior.
Most of the changes come from linter.
2026-03-13 12:38:34 +01:00
teto
9a25c8c85e
neovim: move provider configuration to initrc
...
instead of wrapping arguments when possible.
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}')"'' ]; })
2026-03-13 12:38:34 +01:00
Sarah Brofeldt and GitHub
ea5f21f205
apacheKafka: Add update script ( #499399 )
2026-03-13 11:22:54 +00:00
nixpkgs-ci[bot] and GitHub
69c2e8b24f
psysh: 0.12.20 -> 0.12.21 ( #499364 )
2026-03-13 11:19:27 +00:00
Doron Behar and GitHub
094f4cbf39
python3: propagate overrides of spliced pythons ( #498251 )
2026-03-13 11:12:28 +00:00
Azat Bahawi and GitHub
f4b5c65546
vcmi: allow toggling MMAI ( #497935 )
2026-03-13 10:57:19 +00:00
Jo and GitHub
bf53e8551e
isle-portable: use writeText instead of passAsFile ( #498506 )
2026-03-13 10:57:11 +00:00
Azat Bahawi and GitHub
53910e3c94
werf: 2.56.2 -> 2.62.2 ( #496890 )
2026-03-13 10:57:05 +00:00
Azat Bahawi and GitHub
da84d815f1
packcc: 2.2.0 -> 3.0.0 ( #496880 )
2026-03-13 10:56:48 +00:00
Doron Behar
20a0e1b210
python3: propagate overrides of spliced pythons
...
This is a more accurate resurrection of what was meant to be done in
6421482683
2026-03-13 12:56:21 +02:00
Jo and GitHub
ba552fd440
atuin-desktop: use structuredAttrs instead of passAsFile ( #498261 )
2026-03-13 10:55:09 +00:00
Marcus Ramberg and GitHub
d0c60f58f0
devenv: 2.0.3 -> 2.0.4 ( #499090 )
2026-03-13 10:54:22 +00:00
Jo and GitHub
0492b8e2fc
build-support/vm: enable structuredAttrs for runInLinuxVM ( #498273 )
2026-03-13 10:51:14 +00:00
Matthieu Coudron and GitHub
56cb0489da
kitty: 0.45.0 -> 0.46.0 ( #498784 )
2026-03-13 10:45:07 +00:00
Doron Behar and GitHub
4369463d48
python3Packages.plopp: 26.2.1 -> 26.3.1 ( #498955 )
2026-03-13 10:33:53 +00:00
Doron Behar and GitHub
fb0b20b7da
mpd: 0.24.8 -> 0.24.9 ( #499101 )
2026-03-13 10:33:29 +00:00
Doron Behar and GitHub
bdbeddb001
python3Packages.modelscope: 1.34.0 -> 1.35 ( #498761 )
2026-03-13 10:27:18 +00:00
nixpkgs-ci[bot] and GitHub
6f629f10df
somo: 1.3.1 -> 1.3.2 ( #499380 )
2026-03-13 10:20:03 +00:00
Jacek Galowicz and GitHub
ca70bb0791
devenv: fix gc-related crashes on macOS ( #499302 )
2026-03-13 10:17:16 +00:00
Arne Keller and GitHub
b8d457ebbf
prusa-slicer: remove icons from not spec-compliant location ( #499351 )
2026-03-13 10:14:32 +00:00
Cosima Neidahl and GitHub
5cd886f887
process-cpp: 3.0.3 -> 3.1.0 ( #499392 )
2026-03-13 10:10:51 +00:00
Maximilian Bosch and GitHub
243fb01ea6
postgresqlPackages.pg_partman: 5.4.2 -> 5.4.3 ( #499414 )
2026-03-13 10:02:25 +00:00
Maximilian Bosch and GitHub
dc907bb983
mautrix-signal: 26.02 -> 26.02.2 ( #498655 )
2026-03-13 09:24:42 +00:00
Maximilian Bosch and GitHub
ba133a186e
grafana: 12.4.0 -> 12.4.1 ( #499059 )
2026-03-13 09:16:31 +00:00
nixpkgs-ci[bot] and GitHub
555fba1402
prek: 0.3.4 -> 0.3.5 ( #499328 )
2026-03-13 09:16:19 +00:00
Markus Kowalewski and GitHub
9f520fc252
slurm: 25-11-3-1 -> 25-11-4-1 ( #499447 )
2026-03-13 09:09:44 +00:00
7c6f434c and GitHub
ba50ddb549
remind: 06.02.04 -> 06.02.05 ( #498055 )
2026-03-13 09:06:51 +00:00
Leona Maroni and GitHub
cdf64fbe3e
discourse: 2025.12.1 -> 2025.12.2 ( #498529 )
2026-03-13 09:00:13 +00:00
nixpkgs-ci[bot] and GitHub
e2c802cccc
uptime-kuma: 2.2.0 -> 2.2.1 ( #499404 )
2026-03-13 08:54:35 +00:00
Alyssa Ross and GitHub
1b42006907
linux_xanmod, linux_xanmod_latest: 2026-03-12 ( #499486 )
2026-03-13 08:49:43 +00:00
Alyssa Ross and GitHub
c06b4ae3d6
staging-nixos merge for 2026-03-12 ( #499398 )
2026-03-13 08:19:52 +00:00
Alyssa Ross and GitHub
d518b88802
nixos/systemd: Restrict register-machine to privileged users only. ( #499397 )
2026-03-13 08:10:02 +00:00
Pol Dellaiera and GitHub
fda6d7e7d7
nixos/netbird: fix netbird wrapper ( #499273 )
2026-03-13 08:06:52 +00:00
Alyssa Ross and GitHub
32b61ba4d9
linux_lqx: remove ( #499218 )
2026-03-13 08:03:49 +00:00
Maximilian Bosch and GitHub
edf5188d07
matrix-synapse: 1.148.0 -> 1.149.1 ( #498864 )
2026-03-13 07:58:22 +00:00
Alyssa Ross
0945795c64
linux_lqx: remove
...
Updated almost exclusively by r-ryantm. Backports are frequently
missed, and only caught up with after I sort them out, despite me not
using or caring about this package. I don't think linux_lqx is being
maintained to the standards people expect of kernels in Nixpkgs.
2026-03-13 08:58:10 +01:00