Commit Graph

6094 Commits

Author SHA1 Message Date
Michael Daniels
e4da0a7e03 Merge branch 'master' into staging-next 2026-05-17 20:04:53 -04:00
Emily
8dbce50994 stdenv.mkDerivation: warn on nested lists (#521144) 2026-05-17 22:54:45 +00:00
nixpkgs-ci[bot]
c2cc02a354 Merge master into staging-next 2026-05-17 18:22:52 +00:00
znmz
ff1f398de0 treewide: fix typos in all markdown files 2026-05-17 13:02:47 +03:00
Eman Resu
04078604e8 stdenv.mkDerivation: warn on nested lists 2026-05-16 22:12:08 -04:00
nixpkgs-ci[bot]
e43fd15291 Merge master into staging-next 2026-05-16 18:20:34 +00:00
Maximilian Bosch
a59d588ab0 python3.pkgs.django-mdeditor: drop (#515503) 2026-05-16 13:25:08 +00:00
Robert Hensing
fb0d18ee0b testers.lycheeLinkCheck: improve root-relative link UX
Lychee by itself does not have a way to explicitly declare the
intent for the site to be relocatable.
Recent-ish changes in lychee and/or its dependencies have made
it catch the a root reference in all mdbook 404.html pages,
which is quite confusing.
By improving the UX around this aspect of the site, we resolve
at least part of that confusion.
(Though mdbook users should probably exclude the 404 page)
2026-05-16 12:35:07 +02:00
nixpkgs-ci[bot]
24f442dcef Merge master into staging-next 2026-05-14 10:56:37 +00:00
Ramses
341d7717fa {,nixos/}pqos-wrapper: remove package and module (#519902) 2026-05-14 08:11:00 +00:00
nixpkgs-ci[bot]
167c482ea6 Merge master into staging-next 2026-05-14 00:41:55 +00:00
Gergő Gutyina
bc164958aa fetchPnpmDeps: deprecate fetcherVersion = 2, schedule removal for 26.11 (#518360) 2026-05-13 21:29:30 +00:00
Yuki Sireneva
fd154a9e0e doc/rl-2611: mention pqos-wrapper removal 2026-05-13 23:16:53 +03:00
nixpkgs-ci[bot]
ad05e4ab19 Merge master into staging-next 2026-05-13 18:39:16 +00:00
Johannes Kirschbauer
9e80bd04b4 docs/readme: add 'examples first' convention (#495918) 2026-05-13 14:25:03 +00:00
K900
c11500a253 Merge remote-tracking branch 'origin/master' into staging-next 2026-05-12 22:39:18 +03:00
Ross Smyth
f37a177e1f doc: Encourage use of python3Packages rather than python3.pkgs 2026-05-12 12:16:15 -04:00
Sefa Eyeoglu
b25e938b89 pnpm_11: init at 11.1.0 (#505103) 2026-05-12 11:53:16 +00:00
Matthias Beyer
bba5bbe19d neofetch: improve documentation of removal (#518497) 2026-05-12 09:21:23 +00:00
Sefa Eyeoglu
7d318dfe3b pnpm_11: init at 11.1.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2026-05-11 23:13:15 +02:00
Aliaksandr
f472a6385b fetchPnpmDeps: deprecate fetcherVersion = 2
Extend the existing v1 deprecation warning to also fire for
`fetcherVersion = 2`, since callers should migrate directly to
`fetcherVersion = 3`. Both pre-v3 versions now share a single
`lib.warnIf` keyed on `fetcherVersion < 3` and produce a message
parameterised by the offending version.

Consolidate the manual's version-history entries: the per-item
**Deprecated** and **Recommended** labels are replaced by a single
sentence above the list noting that v3 is recommended and v1/v2 are
scheduled for removal.

Add a release note mirroring the existing v1 entry.
2026-05-11 18:02:36 +03:00
nixpkgs-ci[bot]
cc75f76ae5 Merge master into staging-next 2026-05-11 13:00:43 +00:00
isabel
3735f76638 doc: style important admonishments (#413975) 2026-05-11 08:57:06 +00:00
yaya
295ffb46e4 release-notes: init for 26.11 (#518974) 2026-05-11 08:52:35 +00:00
isabel
0613730f2f doc: style important admonishments 2026-05-11 09:43:44 +01:00
yaya
46a944aa71 release-notes: init for 26.11 2026-05-11 10:38:21 +02:00
Robert Hensing
8d8f08b5f1 lychee: 0.23.0 -> 0.24.1 (#514684) 2026-05-11 08:25:45 +00:00
K900
41e3cd9cdb Merge remote-tracking branch 'origin/master' into staging-next 2026-05-10 21:22:57 +03:00
Johannes Kirschbauer
7d747d223d doc/using/configuration: document NIXPKGS_CONFIG lookup order (#515272) 2026-05-10 12:55:05 +00:00
Robert Hensing
71a39baee8 testers.lycheeLinkCheck: add extraArgs 2026-05-09 23:01:02 +02:00
Tom Hunze
bf30317baf neofetch: add release note for removal
See discussion in #495887.
2026-05-09 22:55:05 +02:00
Aliaksandr
39f064f0e3 doc/using/configuration: document NIXPKGS_CONFIG lookup order
The NIXPKGS_CONFIG environment variable and the system-wide
/etc/nix/nixpkgs-config.nix path used by NixOS were undocumented in
the Nixpkgs manual; the only mention was a release-note from 2006.
Add a short paragraph to the Global configuration chapter describing
the lookup order, the NixOS-specific default, and the limitation
that the file is not generated automatically.

Closes #28085.
2026-05-09 17:49:31 +03:00
nixpkgs-ci[bot]
49a9967a00 Merge master into staging-next 2026-05-09 00:37:58 +00:00
Vladimír Čunát
ffb793ddc8 avahi: Handle 5 security findings + 1 NixOS mitigation (#508012) 2026-05-08 08:49:10 +00:00
phanirithvij
dbbe6d5a1b asciinema: 2.4.0 -> 3.2.0; asciinema_3 -> asciinema
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2026-05-07 23:34:34 +05:30
nixpkgs-ci[bot]
1890be8eec Merge staging-next into staging 2026-05-06 18:35:32 +00:00
Adam C. Stephens
637dbd52c8 incus: 6.23.0 -> 7.0.0; incus-lts: 6.0.6-unstable-2026-03-27 -> 7.0.0 (#515853) 2026-05-06 17:45:34 +00:00
Tom Herbers
6f28fa0488 incus-lts: 6.0.6-unstable-2026-03-27 -> 7.0.0
Changelog: https://github.com/lxc/incus/releases/tag/v7.0.0

Announcement: https://discuss.linuxcontainers.org/t/incus-7-0-lts-has-been-released/26641

Patchsets:
- cd1412344b
- 8b47b2222b
- 6d3f94b0f5

Advisories:
- https://github.com/lxc/incus/security/advisories/GHSA-8gw4-p4wq-4hcv (Moderate)
- https://github.com/lxc/incus/security/advisories/GHSA-gc7j-g665-rxr9 (Moderate)
- https://github.com/lxc/incus/security/advisories/GHSA-r7w7-mmxr-47r9 (Moderate)
- https://github.com/lxc/incus/security/advisories/GHSA-4m88-wxj4-9qj6 (Moderate)
- https://github.com/lxc/incus/security/advisories/GHSA-fwj8-62r8-8p8m (Moderate)
- https://github.com/lxc/incus/security/advisories/GHSA-x5r6-jr56-89pv (Moderate)
- https://github.com/lxc/incus/security/advisories/GHSA-98vh-x9cx-9cfp (Moderate)
- https://github.com/lxc/incus/security/advisories/GHSA-c839-4qxr-j4x3 (Low)
- https://github.com/lxc/incus/security/advisories/GHSA-67wx-r9xr-x75x (Low)
2026-05-06 17:56:34 +02:00
nixpkgs-ci[bot]
7d8a44c421 Merge staging-next into staging 2026-05-05 18:32:09 +00:00
nixpkgs-ci[bot]
b72c2380c9 Merge staging-next into staging 2026-05-05 12:27:29 +00:00
Hleb Shauchenka
56be6d05a9 net-news-wire: 6.2 -> 7.0.5
Changelog:
https://github.com/Ranchero-Software/NetNewsWire/releases/tag/mac-7.0.5
2026-05-05 11:12:26 +02:00
Doron Behar
ed2a1cf5c3 Clarifying edits to cross-compilation docs (#127115) 2026-05-05 08:23:04 +00:00
Doron Behar
1fdac5afd2 doc/stdenv/cross-compilation: expand a bit emulation example 2026-05-05 11:17:23 +03:00
Ben Siraphob
0e825df664 doc/stdenv/cross-compilation: revamp and add emulation Q&A 2026-05-05 00:05:04 -07:00
nixpkgs-ci[bot]
10950ef1da Merge staging-next into staging 2026-05-05 00:36:02 +00:00
Luj
298ad96da1 doc: clarify minio situation in release notes (#516173) 2026-05-04 18:42:32 +00:00
nixpkgs-ci[bot]
de394f14e6 Merge staging-next into staging 2026-05-04 07:04:26 +00:00
7c6f434c
9e303d64be collabora-desktop: init at 25.04.9.2-2 (#485564) 2026-05-04 06:22:09 +00:00
Auguste Baum
8ab8c75c39 python3.pkgs.django-mdeditor: drop
This package is the subject of a notable security vulnerability
https://github.com/NixOS/nixpkgs/issues/515462

There are other reasons why I would like to drop it:
- It has no dependents in nixpkgs.
- The package sees very little maintenance (latest version was in 2022)
- In particular, the above vulnerability has been known since 2021
   https://github.com/pylixm/django-mdeditor/issues/151
- I don't intend to maintain this package anymore; if you'd like to
take over maintainership, feel free to reach out


Co-authored-by: Tom <github@thunze.de>

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2026-05-03 20:17:53 +02:00
Benedikt Ritter
02a04f20b7 doc: clarify minio situation in release notes
Context: #490996
2026-05-03 19:55:36 +02:00