Commit graph

4247 commits

Author SHA1 Message Date
Peder Bergebakken Sundt
c92582fcbb docs/language-frameworks/python: clarify how to best comment on disabled tests 2025-06-09 04:26:55 +02:00
Doron Behar
ecb8f8a922
gentium: 6.200 -> 7.000 (#414001) 2025-06-08 08:05:28 +03:00
Doron Behar
85794319e7 gentium: mention rename confusion in release notes 2025-06-08 07:53:39 +03:00
Martin Weinelt
703f47030f
docs/language-frameworks/python: don't test coverage etc (#414551) 2025-06-07 02:17:36 +02:00
Robert Schütz
7b39a05e07 docs/language-frameworks/python: don't test coverage etc 2025-06-06 09:34:11 -07:00
Aleksana
45a2f12478
doc: call out 'src' should ideally point to sources (#413559) 2025-06-06 19:26:09 +08:00
Arnout Engelen
d311c0eaeb
doc: call out 'src' should ideally point to sources
And to mark packages otherwise.
2025-06-06 10:29:34 +02:00
Johan Herland
abda866f17
fetchurl: Add hook for rewriting/filtering URLs
This allows on-the-fly rewriting of URLs before they are passed from
fetchurl (or fetchurlBoot) to curl.

The intended use is to allow inserting company-internal mirrors, or
working around company firewalls and similar network restrictions,
without having to extensively patch across all of nixpkgs. Instead,
users can pass a function in their nixpkgs that performs the necessary
URL rewrites.

Co-authored-by: Alexander Bantyev <balsoft@balsoft.ru>
2025-06-04 10:29:08 +00:00
Nick Cao
abe0e73a27
testers.hasCmakeConfigModules: init (#410516) 2025-06-03 20:40:35 -04:00
夜坂雅
09dcf6b2f1 base16-builder: remove
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-06-03 18:28:33 +05:30
TomaSajt
8e87675994
doc/rust: pass cargoRoot to fetcher in example 2025-06-03 02:20:39 +02:00
maralorn
3e77face79
doc/haskell: Add GHC deprecation policy (#409512) 2025-06-02 23:58:38 +02:00
Pol Dellaiera
36094784c2
offrss: drop due to age and lack of maintainer (#412816) 2025-06-02 23:20:18 +02:00
Paul Meyer
6e08019200
docs/release-notes: document go_latest, buildGoLatestModule, Go upgrade policy (#395462) 2025-06-02 14:10:55 +02:00
Paul Meyer
cec2770da6 release-notes: mention new Go upgrade policy documentation, go_latest and buildGoLatestModule
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
2025-06-02 10:37:41 +02:00
Paul Meyer
ad579ea83d docs/go: add section about versioned toolchains/builders
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
2025-06-02 10:37:41 +02:00
eljamm
db0b526f96 doc/rl-2505: add GNU Taler entry 2025-06-02 09:38:19 +02:00
maralorn
a5bbc5046b
doc/haskell: Add GHC deprecation policy 2025-06-01 22:01:05 +02:00
kuflierl
7bc1aa3262
offrss: drop due to age and lack of maintainer 2025-06-01 15:04:34 +02:00
Ramses
be4bf2d53c
doc/udevCheckHook: init (#412001) 2025-06-01 10:23:27 +02:00
Jörg Thalheim
db4bff05d5
workflows/manual-nixpkgs: build nixpkgs on staging and stable branches (#412102) 2025-05-31 09:21:20 +02:00
qbisi
11291afcb3 testers.hasCmakeConfigModules: init 2025-05-31 04:24:52 +08:00
Philip Taron
7f8ad4ffb2
fetchgit: add fetchTags parameter (#411561) 2025-05-29 11:19:19 -07:00
Wolfgang Walther
ef1077013b
workflows/manual-nixpkgs: build nixpkgs manual on staging and stable branches
By using the pinned nixpkgs we have for CI, we can lift the restriction
of building the nixpkgs manual only in PRs targeting master.

At the same time, this uses the pinned nixpkgs for the doc/ folder's dev
shell. This allows entering that shell while working on a staging-based
branch and write documentation.

Why should staging be un(der)documented, after all?

Note: The package that is available in nixpkgs as pkgs.nixpkgs-manual
will still be built with the current nixpkgs checkout, not the pinned
version. This is the same that hydra builds.
2025-05-29 17:06:40 +02:00
Grimmauld
d3a197a33d
doc/udevCheckHook: init 2025-05-29 10:15:33 +02:00
Austin Horstman
4a065b44a0
neovimUtils.wrapNeovimUnstable: support vim.o.exrc (#395991) 2025-05-28 21:35:47 -05:00
Tim Black
1247031689 pkgs/build-support/fetchgit: add fetchTags parameter
Added fetchTags feature to fetchgit, explicit and clear support for
fetching all tags after the source tree fetch completes. Doing this at
build-time in the fetcher is required for packages that invoke commands
like 'git describe' which require tags, and since the nix store is
read-only by design, it is not possible to git fetch --tags at
activation- or run-time. This feature may have been possible by
specifying a postFetch option including calling git fetch --tags,
however doing so obfuscates the solution to this very real problem.
Explicit support for fetching tags should be a first class citizen just
like fetching other refs.
2025-05-28 16:47:34 -07:00
Morgan Jones
d6df0d070c
openssh: disable memlocking when building with PAM support (#411653) 2025-05-28 08:42:26 -07:00
Tsung-Ju Chiang
17501d776b agda.withPackages: allow installing Agda without GHC using ghc = null; 2025-05-28 22:59:43 +08:00
Morgan Jones
42a6689a17
rl-2505: remove note about OpenSSH memlocking
See 39c7929c6e for more details.
2025-05-27 23:48:02 -07:00
Connor Baker
688e14d21a _cuda: introduce to organize CUDA package set backbone
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-05-27 15:05:42 +00:00
Connor Baker
c5dad2886a cudaPackages: switch to cudaLib
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-05-27 15:02:24 +00:00
Birdee
79794e292f Update doc/languages-frameworks/neovim.section.md
Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com>

Update pkgs/applications/editors/neovim/wrapper.nix

Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>

Update doc/languages-frameworks/neovim.section.md

Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>

Update doc/release-notes/rl-2511.section.md

Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>

Update doc/languages-frameworks/neovim.section.md

Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>

Update doc/release-notes/rl-2511.section.md

Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>

Update doc/release-notes/rl-2511.section.md

Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
2025-05-25 13:13:09 -07:00
Matt Sturgeon
c47da7fbc8 doc/rl-2505: reword nexusmods-app entry
We now plan to backport updates, so the release note shouldn't specify
exact versions.

Reworded to improve clarity.

Co-authored-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-25 18:19:48 +05:30
Matt Sturgeon
94c59406f9 doc/rl-2505: move nexusmods-app entry back to "incompatibilities"
It was inadvertently moved when additional sections were added in #393738
2025-05-25 18:19:48 +05:30
Niklas Hambüchen
4684fd6b0c
doc: Fix missing pre/post hooks everywhere (#318737) 2025-05-25 00:12:13 +02:00
Niklas Hambüchen
45991097c5 manual: Use a postPatch instead of a patchPhase 2025-05-24 22:10:55 +00:00
Niklas Hambüchen
ee6c2bd2eb doc: Fix missing pre/post hooks everywhere 2025-05-24 13:22:41 +00:00
Tristan Ross
bb23492d23
doc/rl2505: move variants to 25.05 2025-05-23 17:52:09 -07:00
Marie Ramlow
87170c7421 doc/rl-2505: fix renovate release notes link
Upstream had the brilliant idea of deleting their major version upgrade
notes without setting up any form of redirects to the new places
(https://github.com/renovatebot/renovate/pull/35788), so the current
link is broken.

Also removes a duplicate release notes entry for renovate.
2025-05-23 21:38:41 +02:00
Leona Maroni
8c727b2986
Release NixOS 25.05 2025-05-23 20:53:53 +02:00
Seth Flynn
7fb7f0c4a1
nixos/doc/rl-2505: cleanup "new modules" section 2025-05-22 23:53:14 -04:00
Seth Flynn
b17e45ca7c
doc/rl-2505: fix nexusmods.app entry formatting
I don't really think this needs its own header and section...
2025-05-22 23:53:08 -04:00
Seth Flynn
00ae244074
doc/rl-2505: move unrelated entries from lib section 2025-05-22 23:43:01 -04:00
Seth Flynn
041c3794c4
doc/rl-2505: fix links in lib section 2025-05-22 23:43:00 -04:00
Seth Flynn
59b2dd2496
doc/rl-2505: re-introduce note about __structuredAttrs & python
Seems this was accidentally removed in 8ae9309 instead of only being
moved from the highlight section
2025-05-22 22:39:38 -04:00
Seth Flynn
39a20c95fe
doc/rl-2505: move all package entries from nixos notes
This ensures the NixOS notes only refer to things like modules and
NixOS-specific improvements, while the Nixpkgs notes refer to all
package changes
2025-05-22 22:35:06 -04:00
Seth Flynn
84d6322031
doc/rl-2505: move some entires from nixos notes
These are more broadly applicable to Nixpkgs than only NixOS
2025-05-22 22:26:35 -04:00
Aleksana
48b56e8fb5
lib.systems: raise minimum loongarch64 feature support (#403201) 2025-05-23 10:00:37 +08:00
Tristan Ross
fe51d34885
doc/rl2511: update allowVariants entry (#409484) 2025-05-22 16:55:03 -07:00