Commit Graph

6094 Commits

Author SHA1 Message Date
phanirithvij
474b7b36c8 collabora-desktop: init at 25.04.9.2-2
Co-authored-by: Fedi Jamoussi <Fedi.Jamoussi@protonmail.ch>
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2026-05-02 12:11:15 +05:30
Stefan Frijters
33a3189064 nixpkgs-manual.epub: use structuredAttrs instead of passAsFile 2026-05-02 02:29:16 +02:00
nixpkgs-ci[bot]
137d10374d Merge staging-next into staging 2026-05-01 00:40:13 +00:00
Infinidoge
1224121bb4 maven: add fixed point evaluation to buildMavenPackage (#513696) 2026-04-30 22:27:36 +00:00
nixpkgs-ci[bot]
24fd34bdf0 Merge staging-next into staging 2026-04-30 12:34:15 +00:00
Benedikt Ritter
b04351ae41 maven: add fixed point evaluation to buildMavenPackage
This allows calling `buildMavenPackage` with a function that receives a
`finalAttrs` parameter, much like `stdenv.mkDerivation(finalAttrs: ...)`
works.
2026-04-30 14:17:46 +02:00
isabel
71faabb522 doc: add content-visibility: auto (#500960) 2026-04-30 10:34:07 +00:00
nixpkgs-ci[bot]
690b686828 Merge staging-next into staging 2026-04-30 00:37:57 +00:00
paulmiro
21d4a6145b wasistlos: remove
project was unmaintained since october 2024, and archived in march 2026

https://github.com/xeco23/WasIstLos
2026-04-29 22:01:35 +02:00
nixpkgs-ci[bot]
423d08b1ae Merge staging-next into staging 2026-04-29 12:34:51 +00:00
Pol Dellaiera
fdca1aecf6 doc: remove warning from php docs about composer bug (#514708) 2026-04-29 11:06:13 +00:00
Matt Sturgeon
f39576f2fe doc/python: document fixed-point arguments (#271387) (#477149) 2026-04-29 11:04:36 +00:00
Diogo Correia
70c6afab8c doc: remove warning from php docs about composer bug
See #451395
2026-04-29 11:41:35 +01:00
j-k
5f669ef0fe badrobot,ryubing: fix changelog, shisho: drop (#514414) 2026-04-29 08:34:49 +00:00
Doron Behar
f8f04a972e doc/python: simplify packageOverrides example 2026-04-29 08:55:46 +03:00
Doron Behar
bfa489d718 doc/python: explain better passthru note
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
2026-04-29 08:55:46 +03:00
Doron Behar
7dfebf9c96 python.section.md: List finalAttrs.passthru only attributes 2026-04-29 08:55:46 +03:00
06kellyjac
d00e5c41bf shisho: drop 2026-04-28 14:20:34 +01:00
nixpkgs-ci[bot]
f8f95c9be8 Merge staging-next into staging 2026-04-28 12:37:48 +00:00
Leona Maroni
1997c5f274 vinyl-cache_9: init at 9.0.0 (#510889) 2026-04-28 12:29:35 +00:00
Edward Tjörnhammar
b045937794 nixos/headplane: init module, 0.6.1 (#398667) 2026-04-28 10:01:41 +00:00
nixpkgs-ci[bot]
ca73e190c6 Merge staging-next into staging 2026-04-27 18:29:27 +00:00
Gaétan Lepage
9f82ecccd4 vimPluginsUpdater: generate plugin licenses (#513747) 2026-04-27 15:31:37 +00:00
Doron Behar
146bc8dcb2 doc/python: document fixed-point arguments (#271387) 2026-04-27 18:18:28 +03:00
Austin Horstman
72a716a79c docs/neovim: add plugin license notes
Explain how to set the license for a plugin that doesn't get detected.
2026-04-27 08:17:01 -05:00
nixpkgs-ci[bot]
fea54cc22a Merge staging-next into staging 2026-04-27 12:34:18 +00:00
Antoine du Hamel
71d49971f9 nodejs_latest: 25.9.0 -> 26.0.0-rc.1 (#511783) 2026-04-27 08:56:19 +01:00
Connor Baker
f62660141c nixos/nvidia, linuxPackages.nvidia-x11: split proprietary kernel modules, use source-built ICDs, write params via modprobe (#498612) 2026-04-27 07:00:39 +00:00
nixpkgs-ci[bot]
189c6bd465 Merge staging-next into staging 2026-04-27 06:55:30 +00:00
Emily
dda59c9648 python3Packages: transition from pytestFlagsArray (round 3) and ban pytestFlagsArray (#513772) 2026-04-27 01:36:35 +00:00
nixpkgs-ci[bot]
29d1182ba8 Merge staging-next into staging 2026-04-27 00:34:08 +00:00
Emily
3d2dd99d0b stdenv.mkDerivation: small performance wins (#513729) 2026-04-26 22:11:41 +00:00
Eman Resu
407f9757db stdenv.mkDerivation: remove pie hardening flag warning 2026-04-26 16:31:59 -04:00
Yueh-Shun Li
82da9cf45c python3Packages.buildPythonPackage: ban pytestFlagsArray 2026-04-27 03:59:04 +08:00
ccicnce113424
2a8264c7af doc: add release notes for nvidia module and driver changes 2026-04-27 02:36:37 +08:00
nixpkgs-ci[bot]
3897d11ea5 Merge staging-next into staging 2026-04-26 18:16:05 +00:00
Aliaksandr
6b6d15b820 fetchPnpmDeps: deprecate fetcherVersion = 1, schedule removal for 26.11
fetcherVersion = 1 was kept around for backwards compatibility while
callers migrated to 2/3.

Emit a `lib.warnIf` warning pointing at the affected pname whenever v1
is used.

After 26.11 ships, a follow-up PR should drop 1 from
`supportedFetcherVersions` and clean up the dead v1 code paths in
default.nix, pnpm-config-hook.sh and serve.nix.

Also rewrite the manual section to recommend fetcherVersion = 3 for new
packages and mark v1 as deprecated/scheduled-for-removal in the
version history.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2026-04-26 18:39:08 +03:00
nixpkgs-ci[bot]
b23e6c6674 Merge staging-next into staging 2026-04-26 12:16:51 +00:00
Doron Behar
7add9a7657 yarn2nix: remove more mentions of it 2026-04-26 09:50:54 +03:00
Doron Behar
5794e1209a doc/beam: update docs for mixRelease frontend deps
Fixup to:
c4574a95c5
2026-04-26 09:47:40 +03:00
Doron Behar
effc9ce2e6 doc/javascript: update link to plausible example 2026-04-26 09:47:36 +03:00
nixpkgs-ci[bot]
b17737e3bc Merge staging-next into staging 2026-04-26 06:40:00 +00:00
Leona Maroni
1136f7c56d yarn2nix: drop (#513497) 2026-04-26 05:53:38 +00:00
Stanisław Pitucha
78bef71505 rl-2605: add a note about new darwin tools (#509980) 2026-04-26 01:27:29 +00:00
Stanisław Pitucha
c41013171f rl-2605: add a note about new darwin tools
Co-authored-by: Michael Daniels <mdaniels5757@gmail.com>
2026-04-25 21:05:11 -04:00
dish
b8d4d82697 doc/javascript: remove yarn2nix docs and redirect 2026-04-25 18:22:39 -04:00
dish
e18d84b7b3 doc/rl-2605: add yarn2nix deprecation notice 2026-04-25 18:22:39 -04:00
nixpkgs-ci[bot]
2f373a7e14 Merge staging-next into staging 2026-04-25 12:15:36 +00:00
Dimitar Nestorov
f0431ff157 mactracker: 7.13.5 -> 8.2.1 2026-04-25 09:25:45 +03:00
nixpkgs-ci[bot]
9e996432d2 Merge staging-next into staging 2026-04-24 18:16:27 +00:00