summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
3 dayscoqPackages: add coqWithPackages/coqWithPackages' functions (#444257)Théo Zimmermann
4 daysforgejo: 13.0.4 -> 14.0.0dish
https://forgejo.org/2026-01-release-v14-0/ https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/14.0.0.md
4 dayscoreth: Remove packageRené Neumann
coreth has been moved by upstream into `AvalancheGo`, which is also packaged in nixpkgs. Additionally, it has been unmaintained and the Darwin build broken since 2024.
4 daysfetchFromSavannah: deprecateJasi
The Savannah administrators do not want package maintainers to use cgit snapshots due to putting strain on the servers and have disabled cgit snapshots for most if not all of their repositories. See: https://lists.gnu.org/archive/html/savannah-hackers/2025-12/msg00014.html Co-authored-by: Philip Taron <philip.taron@gmail.com> Co-authored-by: LIN, Jian <me@linj.tech>
5 dayscoqPackages: add coqWithPackages/coqWithPackages' functionsTom McLaughlin
8 dayspocket-id: 1.16.0 -> 2.1.0 (#477919)Gergő Gutyina
8 daysopenrgb: 0.9 → 1.0rc2 (#477198)Masum Reza
9 daysfactor-lang: 0.100 -> 0.101 (#469560)Sandro
9 daysdoc: fix end quote typoMerikei
10 dayszig: use setupHook attribute on zig derivationJared Baur
By moving the zig setup hook to the zig derivation itself, we allow for zig to splice correctly with `callPackage`, meaning that the correct zig can be pulled in during builds when zig is in `nativeBuildInputs` (for example). This change retains the `zig.hook` attribute for backward compatibility by just pointing to the zig derivation. This also removes `zig_default_flags`, since now the setup hook is not a derivation that can be overridden. Overriding the build flags can now be done by setting `dontSetZigDefaultFlags = true`.
10 daysfactor-lang: 0.100 -> 0.101Michael Raitza
Fixes issues with the help browser by copying vocabulary roots instead of symlinking them. Although, I am convinced that this is an issue that should be fixed upstream, eventually. Fixes #469242 Fixes #474869
10 daysnixos/activation: deprecate reloading or restarting units from the ↵Jared Baur
activation script (#473367)
11 daysopenrgb: 0.9 → 1.0rc2Matt Sturgeon
- https://codeberg.org/OpenRGB/OpenRGB/releases/tag/release_candidate_1.0rc1 > Plugin API has been updated to API version 4 so until the official 1.0 > release, use the latest pipeline builds of the plugins. - https://codeberg.org/OpenRGB/OpenRGB/releases/tag/release_candidate_1.0rc2 > There have been some upgrades to the user interface since 1.0rc1 and > some additional device support and fixes. > The plugin interface and SDK version remain the same as 1.0rc1, so > plugins that worked with 1.0rc1 should work with 1.0rc2 as well. As part of updating `withPlugins`, it has been re-implemented as a wrapper derivation. This means the base package is not re-compiled when it is used. Co-authored-by: liberodark <liberodark@gmail.com> Co-authored-by: Multipixelone <finn@cnwr.net>
11 dayspocket-id: 1.16.0 -> 2.1.0Gutyina Gergő
The version 2 release contains breaking changes. See https://pocket-id.org/docs/setup/major-releases/migrate-v2.
12 daysgurk-rs: 0.6.4 -> 0.8.0mattkang
12 daysn8n: 1.123.5 -> 2.3.0 (#477422)Gergő Gutyina
13 daysn8n: 1.123.5 -> 2.3.0sweenu
13 daysdockerTools: Replace bashInteractive with bash (#453912)Robert Hensing
13 daysnixpkgs: pass `lib` to config function (#457120)Connor Baker
14 daysnixpkgs: pass `lib` to config functionAdam Dinwoodie
Nixpkgs config, for defining things like which licenses are permitted, can either be an attrset or a function that is passed a `pkgs` argument. Evaluating that `pkgs` argument requires computing the Nixpkgs fixpoint, which requires checking whether the derivations used in the Nixpkgs bootstrap have valid licenses. This works provided nothing tries to use Nixpkgs functions to validate or merge anything included in the configuration. f5deefd4631e (config: add and document {allow,block}listedLicenses, 2025-08-31), in #437723, added type checking and merging to the lists of permitted/forbidden licenses. That resulted in a recursion loop if a list of licenses included, say, `pkgs.lib.licenses.bsd0`. To allow licenses to be specified from Nixpkgs' library, pass `lib` as well as `pkgs` to any config function. Computing `lib` doesn't require working out the full Nixpkgs fixpoint. The change in #437723 will still break things for some people, but it at least provides a sensible route to getting the config working again. Fixes #456994.
14 daysvmTools: drop CentOS StreamPhilip Taron
As @uninsane points out, these are designed to rot rapidly.
14 daysdoc: update vmTools documentation based on the newly added disk imagesPhilip Taron
2026-01-04nixos/switchable-system: remove default inhibitors and add release notes ↵Ramses
(#476820)
2026-01-04nixos/switchable-system: add release notes to document switch inhibitorsr-vdp
2026-01-04cargo-codspeed: 3.0.5 -> 4.2.0Hythera
2026-01-03nixos/yggdrasil: put release notes in the right placeFlorian Klink
This will become part of the 26.05 release notes, not the already released 25.11.
2026-01-03nixos/yggdrasil: add release notespinpox
2026-01-03python3Packages.pygame: switch to pygame-ce for python>=3.14Peder Bergebakken Sundt
2025-12-31mpv{,-unwrapped,Scripts}: move to by-name (#474601)Colin
2025-12-30vimPlugins.nvim-treesitter: master -> main update (#470883)Heitor Augusto
2025-12-29vimPlugins.nvim-treesitter: 0.10.0-unstable-2025-05-24 -> ↵Heitor Augusto
0.10.0-unstable-2025-12-29
2025-12-29mpv{,-unwrapped,Scripts}: move to by-nameSchweGELBin
2025-12-29Merge master into staging-nextnixpkgs-ci[bot]
2025-12-29doc/linux: make it explicit that we do not accept new kernel flavors (#473318)Maximilian Bosch
2025-12-28Merge master into staging-nextnixpkgs-ci[bot]
2025-12-28doc/{release-notes,xfce}: remove xfce scope referencespancaek
2025-12-26Merge remote-tracking branch 'origin/master' into staging-nextK900
2025-12-26doc/stdenv: add a note about `strictDeps`Tobias Mayer
2025-12-25Merge master into staging-nextnixpkgs-ci[bot]
2025-12-25pkgs/desktops/xfce: move panel plugins to top-level (#472595)Bobby Rong
2025-12-25doc/release-notes: mention xfce plugins at top-levelpancaek
2025-12-25nixos/nextcloud-spreed-signaling: init module (#458884)Artturin
2025-12-25Merge master into staging-nextnixpkgs-ci[bot]
2025-12-25jetbrains: drop bundled plugins (#470147)Matt Sturgeon
2025-12-25jetbrains: drop bundled pluginsMarco "Capypara" Köpcke
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
2025-12-24nixos/nextcloud-spreed-signaling: init moduleNaxdy
Adds a nixos module for configuring `pkgs.nextcloud-spreed-signaling` and running it as a systemd service. This allows setting up a "High Performance Backend" for use with Nextcloud Talk.
2025-12-24Merge master into staging-nextnixpkgs-ci[bot]
2025-12-24xfce.*: Move to top-level (#473588)Bobby Rong
2025-12-23Merge master into staging-nextnixpkgs-ci[bot]
2025-12-23xfce.*: Move away from mkXfceDerivation (part 3) (#473345)Bobby Rong