Commit Graph

5764 Commits

Author SHA1 Message Date
David Wolff
cf2df784cd python3Packages.django-health-check: add release notes entry 2026-05-27 01:44:21 +02:00
Hans Joachim Kliemeck
8478c2384b stdenv: Package URL (PURL) metadata fields 2026-05-26 21:47:54 +02:00
Austin Horstman
0a52235930 luaPackages.{readline,image-nvim}: use lib.licenses (#524190) 2026-05-26 16:13:02 +00:00
Martin Weinelt
c058380123 gonic: 0.20.1 -> 0.21.0 (#524205) 2026-05-26 08:22:21 +00:00
Michal Koutenský
cdb7b3d592 doc/rl-2605: add a note about recommended gonic library rescan 2026-05-25 23:16:38 +02:00
Marc Jakobi
f45c940c13 lua-section.md: use lib.licenses in example code snippet 2026-05-25 22:43:41 +02:00
Pol Dellaiera
8fbaa0425c doc: add section for writableTmpDirAsHomeHook (#523665) 2026-05-25 20:40:53 +00:00
Felix Bargfeldt
e9100b5b9d hurl: 7.1.0 -> 8.0.1 (#513991) 2026-05-24 17:00:22 +00:00
2kybe3
f5d28da11e hurl: 7.1.0 -> 8.0.1
Diff: https://github.com/Orange-OpenSource/hurl/compare/7.1.0...8.0.1

Changelogs:

- https://github.com/Orange-OpenSource/hurl/releases/tag/8.0.0
- https://github.com/Orange-OpenSource/hurl/releases/tag/8.0.1
2026-05-24 18:43:20 +02:00
Dmitry Kalinkin
383c59fb0e texlive: merge withDocs, tlDeps updates and remove texlive.combine from the documentation (#523350) 2026-05-24 16:27:43 +00:00
dish
2643cf7817 doc: add section for writableTmpDirAsHomeHook 2026-05-24 12:17:12 -04:00
yaya
ca22d15bca doc: Update for 26.11 2026-05-24 14:42:27 +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
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
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