summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* doc: expand fetchFromGitea's documentation to include fetchFromForgejo and fe...•••Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net> Fernando Rodrigues2026-01-311-2/+4
* gnunet: 0.25.2 -> 0.26.2; taler: 1.0 -> 1.3 (#484551)Weijia Wang2026-01-301-0/+4
|\
| * taler-exchange: add release noteWeijia Wang2026-01-301-0/+4
* | Merge master into staging-nixosnixpkgs-ci[bot]2026-01-267-142/+88
|\|
| * docs: remove references to the xorg namespace (#479692)Jo2026-01-265-56/+11
| |\
| | * docs: remove references to the xorg namespacequantenzitrone2026-01-235-56/+11
| * | Update Rocq documentation (#480647)Théo Zimmermann2026-01-263-86/+77
| |\ \
| | * | Rocq: Update documentationPierre Roux2026-01-263-86/+77
* | | | treewide: fix typos (#479869)Michael Daniels2026-01-2415-31/+31
|\ \ \ \ | |/ / / |/| | |
| * | | treewide: fix typosBen Siraphob2026-01-1315-31/+31
* | | | mercure: 0.20.2 -> 0.21.6Hythera2026-01-231-0/+2
* | | | lima: 1.2.2 -> 2.0.1•••Diff: https://github.com/lima-vm/lima/compare/v1.2.2...v2.0.1 Release: https://github.com/lima-vm/lima/releases/tag/v2.0.1 2.0.0 replaced a call to the external pkill command with an internal function. This change conflicts with the current nixpkgs patch, so we must remove the patch to prevent a build error. Updates: a9b8ff8c8cae79f4f849840895a85b9f7af55545 2.0.0: Replace a pkill call: https://github.com/lima-vm/lima/commit/75079f679b196d06904de2a63c5add3948706e2f 2.0.1: Adds graceful shutdown support: https://github.com/lima-vm/lima/commit/e769391e72d5bc0438b16fcf5cf622a85cb4bc42 Kenichi Kamiya2026-01-221-0/+2
| |_|/ |/| |
* | | treewide: apply nixfmt 1.2.0Dyego Aurélio2026-01-223-3/+3
* | | doc/python: use finalAttrs in examples (#479520)Martin Weinelt2026-01-211-29/+30
|\ \ \
| * | | doc/python: use finalAttrs in examplesSigmanificient2026-01-131-29/+30
* | | | nodePackages.wavedrom-cli: drop (#481977)Tomodachi942026-01-201-0/+2
|\ \ \ \
| * | | | nodePackages.wavedrom-cli: dropdish2026-01-201-0/+2
| | |_|/ | |/| |
* / | | ci: Don't run non-reproducible doc urls check•••Causes non-reproducible CI failures: https://github.com/NixOS/nixpkgs/actions/runs/21102527291/job/60688698991?pr=480436 Silvan Mosberger2026-01-201-0/+1
|/ / /
* | | coqPackages: add coqWithPackages/coqWithPackages' functions (#444257)Théo Zimmermann2026-01-162-0/+25
|\ \ \
| * | | coqPackages: add coqWithPackages/coqWithPackages' functionsTom McLaughlin2026-01-132-0/+25
| |/ /
* | | forgejo: 13.0.4 -> 14.0.0•••https://forgejo.org/2026-01-release-v14-0/ https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/14.0.0.md dish2026-01-151-0/+2
* | | coreth: Remove package•••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. René Neumann2026-01-151-0/+2
* | | fetchFromSavannah: deprecate•••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> Jasi2026-01-143-8/+3
|/ /
* | pocket-id: 1.16.0 -> 2.1.0 (#477919)Gergő Gutyina2026-01-111-0/+2
|\ \
| * | pocket-id: 1.16.0 -> 2.1.0•••The version 2 release contains breaking changes. See https://pocket-id.org/docs/setup/major-releases/migrate-v2. Gutyina Gergő2026-01-081-0/+2
* | | openrgb: 0.9 → 1.0rc2 (#477198)Masum Reza2026-01-111-0/+3
|\ \ \
| * | | openrgb: 0.9 → 1.0rc2•••- 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> Matt Sturgeon2026-01-081-0/+3
* | | | factor-lang: 0.100 -> 0.101 (#469560)Sandro2026-01-102-0/+13
|\ \ \ \
| * | | | factor-lang: 0.100 -> 0.101•••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 Michael Raitza2026-01-092-0/+13
* | | | | doc: fix end quote typoMerikei2026-01-101-1/+1
* | | | | zig: use setupHook attribute on zig derivation•••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`. Jared Baur2026-01-092-17/+30
| |_|_|/ |/| | |
* | | | nixos/activation: deprecate reloading or restarting units from the activation...Jared Baur2026-01-091-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | nixos/activation: deprecate reloading or restarting units from the activation...•••This deprecation is part of a bigger effort to deprecate activation scripts altogether, which will take place over several releases. There are no in-tree usages of the now-deprecated reload/restart functionality. r-vdp2025-12-221-0/+2
* | | | gurk-rs: 0.6.4 -> 0.8.0mattkang2026-01-071-0/+2
* | | | n8n: 1.123.5 -> 2.3.0 (#477422)Gergő Gutyina2026-01-071-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | n8n: 1.123.5 -> 2.3.0sweenu2026-01-061-0/+2
* | | | dockerTools: Replace bashInteractive with bash (#453912)Robert Hensing2026-01-061-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | dockerTools: Replace bashInteractive with bash•••bash has been interactive by default since this PR [1] was merged. This commit simplifies dockerTools given that there is now no distinction between bash and bashInteractive. * [1] https://github.com/NixOS/nixpkgs/pull/379368 Co-authored-by: commiterate <111539270+commiterate@users.noreply.github.com> Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk> Joel Holdsworth2025-10-211-2/+2
* | | | nixpkgs: pass `lib` to config function (#457120)Connor Baker2026-01-061-0/+26
|\ \ \ \
| * | | | nixpkgs: pass `lib` to config function•••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. Adam Dinwoodie2026-01-051-0/+26
| | |_|/ | |/| |
* | | | vmTools: drop CentOS Stream•••As @uninsane points out, these are designed to rot rapidly. Philip Taron2026-01-051-3/+0
* | | | doc: update vmTools documentation based on the newly added disk imagesPhilip Taron2026-01-051-23/+23
|/ / /
* | | nixos/switchable-system: remove default inhibitors and add release notes (#47...Ramses2026-01-041-0/+2
|\ \ \
| * | | nixos/switchable-system: add release notes to document switch inhibitorsr-vdp2026-01-041-0/+2
* | | | cargo-codspeed: 3.0.5 -> 4.2.0Hythera2026-01-041-0/+2
|/ / /
* | | nixos/yggdrasil: put release notes in the right place•••This will become part of the 26.05 release notes, not the already released 25.11. Florian Klink2026-01-032-7/+7
* | | nixos/yggdrasil: add release notespinpox2026-01-031-0/+7
* | | python3Packages.pygame: switch to pygame-ce for python>=3.14Peder Bergebakken Sundt2026-01-031-0/+2
* | | mpv{,-unwrapped,Scripts}: move to by-name (#474601)Colin2025-12-311-1/+1
|\ \ \
| * | | mpv{,-unwrapped,Scripts}: move to by-nameSchweGELBin2025-12-291-1/+1