5806 Commits

Author SHA1 Message Date
yaya
ca22d15bca doc: Update for 26.11 2026-05-24 14:42:27 +02:00
Johannes Kirschbauer
69db1ea8fd doc: init styleguide
This is heavily inspired by:
- dc08dbc730/docs/src/guides/contributing/styleguide.md

Written by Jeff Cogswell, author of countless CPP-for-dummies books

Distilled from these sources:

- [Google Developer Documentation Style Guide](https://developers.google.com/style) (CC BY 4.0)
- [Microsoft Writing Style Guide](https://learn.microsoft.com/en-us/style-guide/)
- [Diataxis](https://diataxis.fr/) (CC BY-SA 4.0)
- [developer-docs-framework](https://github.com/anivar/developer-docs-framework) (MIT)
2026-05-24 14:34:23 +02:00
Jo
aa91ecf353 doc/release-notes: move enteries to correct release (#523459) 2026-05-24 11:13:17 +00:00
Vincenzo Mantova
022d9ebeeb doc: remove texlive.combine from the TeX Live documentation 2026-05-23 22:10:53 +01:00
jopejoe1
0d77a454e1 doc/release-notes: move enteries to correct release 2026-05-23 22:32:13 +02:00
Maciej Krüger
f2ba699f37 fetchPnpmDeps: fix reproducibility of pnpm v11 store index
The pnpm v11 store uses a SQLite database (index.db) whose binary format
is non-deterministic across platforms (version-valid-for number, etc).
This caused hash mismatches when building the same pnpmDeps on different
machines despite identical logical content.

Fix by dumping the SQLite database to a text SQL file during the fetch
phase and reconstructing it during the build phase. This ensures the
stored representation is fully deterministic.

Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Co-authored-by: Gergő Gutyina <gutyina.gergo.2@gmail.com>
2026-05-23 22:13:33 +02:00
Vincenzo Mantova
3a6bafbdf5 texlive.withPackages: allow tlDeps to be a function, drop unused requiredTeXPackages 2026-05-23 14:05:23 +01:00
Vincenzo Mantova
41d265c82a texlive.withPackages: move withDocs, withSources from passthru to derivation arguments 2026-05-23 13:50:51 +01:00
Christoph Heiss
2e48fef4ca olive-editor: drop
Upstream is dead/unmaintained since 12-2024.

The build also has been broken since at least 24-11-2025 [0].

[0] https://hydra.nixos.org/build/314410468

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2026-05-22 19:58:33 +02:00
nixpkgs-ci[bot]
d34930e274 Merge master into staging-next 2026-05-19 18:38:12 +00:00
Jörg Thalheim
c8abc5ea25 buildRustCrate: add extraRustcOptsForProcMacro (#512632) 2026-05-19 14:17:05 +00:00
Bernardo Meurer
127a52082d buildRustCrate: add extraRustcOptsForProcMacro
Proc-macro crates are host dylibs that rustc dlopen()s. Instrumentation
flags passed via extraRustcOpts (e.g. -Zsanitizer=address,
-Cinstrument-coverage) leave unresolved runtime symbols in those dylibs
and break the build. Cargo avoids this by not applying RUSTFLAGS to host
artifacts; buildRustCrate already has extraRustcOptsForBuildRs for build
scripts, so add the analogous knob for proc-macros.

Defaults to null, which falls back to extraRustcOpts so existing callers
are unchanged. Set to [] to opt proc-macros out when applying
sanitizer/coverage flags tree-wide via crateOverrides.
2026-05-19 14:09:04 +00:00
nixpkgs-ci[bot]
157cee1df3 Merge master into staging-next 2026-05-19 00:43:21 +00:00
Philip Taron
2d245c2f78 nixpkgs-manual.epub: use structuredAttrs instead of passAsFile (#515681) 2026-05-18 21:25:56 +00:00
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
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