Commit Graph
874124 Commits
Author SHA1 Message Date
Austin HorstmanandGitHub 0fe4ceea0d yabai: 7.1.15 -> 7.1.16 (#449506) 2025-10-08 00:46:22 +00:00
nixpkgs-merge-bot[bot]andGitHub f9098566c2 lxgw-neoxihei: 1.223 -> 1.224 (#449624) 2025-10-08 00:42:43 +00:00
nixpkgs-merge-bot[bot]andGitHub d14e3fa7d6 gersemi: 0.22.2 -> 0.22.3 (#449333) 2025-10-08 00:30:09 +00:00
zowoqandGitHub 1ebe182057 terraform-providers.spacelift: 1.33.0 -> 1.34.0 (#449473) 2025-10-08 00:15:51 +00:00
zowoqandGitHub b61172075c terraform-providers.equinix: 4.2.1 -> 4.3.0 (#449415) 2025-10-08 00:15:42 +00:00
zowoqandGitHub 3d58fb3142 terraform-providers.sysdig: 1.60.0 -> 2.0.0 (#449339) 2025-10-08 00:15:32 +00:00
Kira BruneauandGitHub 8c77702a82 anytype: 0.50.3 -> 0.50.4 (#449673) 2025-10-07 23:59:50 +00:00
Martin WeineltandGitHub a3ba392ca5 gammu: fix build with cmake4 (#449714) 2025-10-07 23:52:34 +00:00
Martin WeineltandGitHub 1a71b7fce3 ctranslate2: move to by-name, cleanup, fix CMake 4 compatibility (#449460) 2025-10-07 23:43:19 +00:00
Martin Weinelt d367f810f5 gammu: fix build with cmake4 2025-10-08 01:42:02 +02:00
Martin WeineltandGitHub d5af3893de pkgs/top-level/release.nix: add jobs for packages rebuilt by enableRocm (#446976) 2025-10-07 23:38:13 +00:00
Martin WeineltandGitHub 0e20f27e6d python3Packages.click-option-group: 0.5.7 -> 0.5.8 (#449527) 2025-10-07 23:31:21 +00:00
dishandGitHub 48b32fb7fb lib: remove lib.options.mkPackageOptionMD (#448409) 2025-10-07 23:27:57 +00:00
dishandGitHub a0e8f351a6 nixos/pixelfed: remove X-XSS-Protection header (#449589) 2025-10-07 23:27:35 +00:00
Philip TaronandGitHub 1c1b8231fe nixVersions.nix_2_32: init at 2.32.0 (#449668) 2025-10-07 23:04:46 +00:00
Martin WeineltandGitHub f2c517b80a evcc: 0.209.0 -> 0.209.1 (#449691) 2025-10-07 22:57:38 +00:00
Matt SturgeonandGitHub 087b6daad7 nexusmods-app: minor cleanup (#449670) 2025-10-07 22:52:29 +00:00
nixpkgs-merge-bot[bot]andGitHub 89ca699201 beeper: 4.1.186 -> 4.1.253 (#449684) 2025-10-07 22:51:37 +00:00
Martin Weinelt f0529a1ada evcc: 0.209.0 -> 0.209.1
https://github.com/evcc-io/evcc/releases/tag/0.209.1
2025-10-08 00:46:47 +02:00
Fabián Heredia MontielandGitHub 40106ff1a4 autopanosiftc: drop (#449025) 2025-10-07 22:46:21 +00:00
Thiago Kenji OkadaandGitHub dec5f21ac4 linuxKernel.kernels.linux_lqx: 6.16.9 -> 6.16.11 (#449667) 2025-10-07 22:44:06 +00:00
David Chocholatý 2b08b36c85 anytype: 0.50.3 -> 0.50.4 2025-10-08 00:29:18 +02:00
R. Ryantm 751d2ce676 beeper: 4.1.186 -> 4.1.253 2025-10-07 22:25:20 +00:00
Yohann BonifaceandGitHub d3fdff1631 criterion: remove unused libcsptr dependency (#449666) 2025-10-07 22:20:10 +00:00
Yohann BonifaceandGitHub d04e65db61 terramate: 0.14.6 -> 0.14.7 (#449503) 2025-10-07 22:19:49 +00:00
Vincent LaporteandGitHub c4a27cc814 coqPackages.coqutil: 0.0.6 -> 0.0.7 (#449500) 2025-10-07 22:03:16 +00:00
Justin BedőandGitHub 110a7d23ec soci: 4.0.2 -> 4.1.2 (#446217) 2025-10-07 22:03:04 +00:00
Philip Taron 8f277e1537 nixComponents: gate GCC flags on Nix 2.32+
This is based on advice from @xokdvium on Matrix.
2025-10-07 14:49:58 -07:00
R. Ryantm 241a0d1e58 linuxKernel.kernels.linux_lqx: 6.16.9 -> 6.16.11 2025-10-07 21:45:28 +00:00
Matt Sturgeon 46b111a293 nexusmods-app: cleanup bitmap icon script 2025-10-07 22:44:29 +01:00
Gaetan Lepage 127236cb72 ctranslate2: fix CMake 4 compatibility 2025-10-07 21:43:02 +00:00
Linus Karl 96528ee9d1 criterion: remove unused libcsptr dependency 2025-10-07 23:42:57 +02:00
Gaétan LepageandGitHub 32da39443f opencode: 0.14.0 -> 0.14.5 (#449443) 2025-10-07 21:40:49 +00:00
Sergei ZimmermanandPhilip Taron c1e3ab069c packaging: Build without symbolic interposition on GCC
This turns out to be a big problem for performance of Bison
generated code, that for whatever reason cannot be made internal
to the shared library. This causes GCC to make a bunch of function
calls go through PLT. Ideally these hot functions (like move/copy ctor) could become
inline in upstream Bison. That will make sure that GCC can do interprocedular
optimizations without -fno-semantic-interposition [^]. Considering that
LLVM already does inlining and whatnot is a good motivation for this change.
I don't know of any case where Nix relies on LD_PRELOAD tricks for the shared
libraries in production use-cases.

[^]: https://maskray.me/blog/2021-05-09-fno-semantic-interposition
2025-10-07 14:37:16 -07:00
Philip Taron 46a5936eec nixVersions.nix_2_32: init at 2.32.0
Diff: https://github.com/NixOS/nix/compare/2.31.2...2.32.0

Changelog: https://discourse.nixos.org/t/nix-2-32-0-released/70528

The `nixVersions.latest` link is updated as well.
2025-10-07 14:34:36 -07:00
Felix BühlerandGitHub 71ad9a34cf nixos/redmine: Apply more hardening options (#449140) 2025-10-07 23:30:22 +02:00
Yohann BonifaceandGitHub 269f1d62ef oxker: add a desktop file (#449641) 2025-10-07 21:09:56 +00:00
kirillrdyandGitHub 488a1aa0d0 python3Packages.pylance: 0.38.0 -> 0.38.1 (#449398) 2025-10-07 21:01:19 +00:00
Martin WeineltandGitHub 41686edb04 music-assistant: build librespot fork (#447147) 2025-10-07 20:53:46 +00:00
David McFarlandandGitHub 43b6e7fada dotnetCorePackages.dotnet_10.vmr: cherry-pick AVX-512 crash fix (#449237) 2025-10-07 20:50:53 +00:00
Matt Sturgeon 9c85f55e72 nexusmods-app: drop dead avalonia code
We briefly depended on the avalonia nixpkgs package instead of fetching
it from nuget, however since disabling it we have never re-enabled it.
2025-10-07 21:46:45 +01:00
Yohann BonifaceandGitHub 4935b89a17 slimevr: 0.16.2 -> 0.16.3 (#449552) 2025-10-07 20:46:15 +00:00
Matt Sturgeon 9594f70d74 nexusmods-app: switch back to fetchFromGitHub
We switched to `fetchgit` because we needed to fetch git-LFS contend for
some tests to build. Since then upstream has stopped using git-LFS and
we have stopped fetching with it enabled, so we can switch back to
`fetchFromGitHub`.

I assume that when we disabled git-LFS, I wasn't aware `fetchFromGitHub`
supported `fetchSubmodules`.
2025-10-07 21:41:43 +01:00
SandroandGitHub d87da05004 dolphin-emu: fix build against CMake >= 3.5 (#449510) 2025-10-07 20:38:14 +00:00
Martin WeineltandGitHub 1c713c7590 python314: 3.14.0-rc3 -> 3.14.0 (#449538) 2025-10-07 20:35:27 +00:00
Olli Helenius cc6a88501a oxker: add a desktop file 2025-10-07 23:32:40 +03:00
nixpkgs-merge-bot[bot]andGitHub 9312774332 gf: 0-unstable-2025-09-21 -> 0-unstable-2025-10-05 (#449501) 2025-10-07 20:19:48 +00:00
sweenu 4e23b4365f music-assistant: use librespot-ma as spotify provider 2025-10-07 22:11:10 +02:00
sweenu 21bd89d405 librespot-ma: init at 0.6.0-unstable-2025-08-10 2025-10-07 22:10:24 +02:00
Philip TaronandGitHub 36f9b49cbf brogue: remove; libtcod: remove (#448603) 2025-10-07 20:04:05 +00:00