198 Commits

Author SHA1 Message Date
Robert Hensing
71a39baee8 testers.lycheeLinkCheck: add extraArgs 2026-05-09 23:01:02 +02:00
Defelo
cbea5bb610 treewide: update radicle domains
https://radicle.dev/2026/04/23/domain-move

generated using the following nushell script:

```nu
rg -l radicle | lines | do {
  sd -F seed.radicle.xyz seed.radicle.dev ...$in

  sd -F iris.radicle.xyz iris.radicle.network ...$in
  sd -F seed.radicle.garden iris.radicle.network ...$in

  sd -F rosa.radicle.xyz rosa.radicle.network ...$in
  sd -F ash.radicle.garden rosa.radicle.network ...$in

  sd -F app.radicle.xyz radicle.network ...$in

  sd -F docs.radicle.xyz radicle.dev ...$in
  sd -F radicle.xyz radicle.dev ...$in
}
```
2026-04-24 11:21:02 +02:00
Yueh-Shun Li
ed96bfd307 buildEnv: construct with structured attributes and pass chosenOutputs directly 2026-04-02 07:31:12 -07:00
Philip Taron
873d9a9288 buildEnv: support fixed-point arguments (#432957) 2026-03-25 14:05:49 +00:00
Philip Taron
179ca9859e doc: buildenv.section.md: fix argument name, default, and grammar
- includeClosure -> includeClosures (matching the actual argument name)
- extraPrefix default: [ ] -> "" (matching the actual default)
- Fix broken sentence about ignoreSingleFileOutputs
2026-03-19 13:17:20 -07:00
Yueh-Shun Li
3182567271 doc: buildenv.section.md: init 2026-03-19 13:17:19 -07:00
blokyk
397efdd920 doc: move writeShellApplication param docs to manual 2026-02-20 15:24:14 +01:00
Jo
fab93965ec fetchItchIo: init (#470088) 2026-02-19 07:39:00 +00:00
Ulysses Zhan
bd388e2d49 fetchItchIo: init 2026-02-06 17:45:32 -08:00
Fernando Rodrigues
a1c9639328 doc: expand fetchFromGitea's documentation to include fetchFromForgejo and fetchFromCodeberg
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2026-01-31 21:08:16 +11:00
nixpkgs-ci[bot]
4f189086d0 Merge master into staging-nixos 2026-01-26 18:08:53 +00:00
Michael Daniels
006ecdbdeb treewide: fix typos (#479869) 2026-01-24 21:36:44 +00:00
quantenzitrone
8a977098d7 docs: remove references to the xorg namespace 2026-01-23 15:33:14 +01:00
Jasi
03b2128fcc fetchFromSavannah: deprecate
The Savannah administrators do not want package maintainers to use
cgit snapshots due to putting strain on the servers and have disabled
cgit snapshots for most if not all of their repositories.

See: https://lists.gnu.org/archive/html/savannah-hackers/2025-12/msg00014.html

Co-authored-by: Philip Taron <philip.taron@gmail.com>
Co-authored-by: LIN, Jian <me@linj.tech>
2026-01-14 20:48:27 -05:00
Ben Siraphob
c7e10647ea treewide: fix typos 2026-01-13 14:45:11 -05:00
Robert Hensing
7648a2676b dockerTools: Replace bashInteractive with bash (#453912) 2026-01-06 11:59:22 +00:00
Philip Taron
52fbdf3dee vmTools: drop CentOS Stream
As @uninsane points out, these are designed to rot rapidly.
2026-01-05 10:33:39 -08:00
Philip Taron
0f6e482a7f doc: update vmTools documentation based on the newly added disk images 2026-01-05 09:57:14 -08:00
Gergő Gutyina
630120119a doc: fix example (#435473) 2025-12-07 11:46:03 +00:00
·𐑑𐑴𐑕𐑑𐑩𐑤
4f698059ee doc: add darcs+pijul to the nix-prefetch-* list 2025-12-01 04:14:28 +07:00
Aleksana
b33dbb8b7b doc: fix documentation about fetchurl nativeBuildInputs (#455915) 2025-11-19 09:33:55 +00:00
Jade Lovelace
b7665da7e1 dockerTools: support meta attribute
I want to be able to set descriptions on my docker image derivations
since these can be ingested by various tooling for helpfulness.
2025-10-30 15:53:00 -07:00
Yueh-Shun Li
b5b26aec86 doc: fix documentation about fetchurl nativeBuildInputs 2025-10-26 23:47:31 +08:00
Joel Holdsworth
a003bc7c60 dockerTools: Replace bashInteractive with bash
bash has been interactive by default since this PR [1] was merged. This
commit simplifies dockerTools given that there is now no distinction
between bash and bashInteractive.

  * [1] https://github.com/NixOS/nixpkgs/pull/379368

Co-authored-by: commiterate <111539270+commiterate@users.noreply.github.com>
Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk>
2025-10-21 09:53:38 -07:00
Yiyu Zhou
eafa2f536f doc: fix examples 2025-10-19 23:15:58 -07:00
Sebastián Mancilla
249233af0d dockerTools: Comment tidy-ups, and documentation update (#450384) 2025-10-19 22:46:23 +00:00
Matt Sturgeon
237b3cb5ce testers.testEqualContents: add checkMetadata option
Allows ignoring file metadata differences (permissions, ownership)
when comparing files.

This is especially useful on darwin, where we often run into subtle
issues like:

    -Device: 1,23 Access: (0444/-r--r--r--) Uid: ( 0/ root) Gid: ( 0/ wheel)
    +Device: 1,23 Access: (0444/-r--r--r--) Uid: ( 0/ root) Gid: ( 350/ nixbld)
2025-10-17 16:18:56 +01:00
Morgan Jones
b6659f5d61 doc: add hunks to fetchpatch 2025-10-12 23:47:56 -07:00
Joel Holdsworth
db13980434 dockerTools: Updated Docker and OCI spec links
Co-authored-by: commiterate <111539270+commiterate@users.noreply.github.com>
2025-10-09 11:04:44 -07:00
Jasi
55f59a63a9 doc/fetchers: expand fetchFromBitbucket docs
The approach used to expand the documentation for `fetchFromBitbucket`
purposefully mimics the documentation for `fetchFromGitHub` with the
goal of making sure the reader is aware of all of the fetcher's
capabilities without having to read the source code.
2025-10-05 10:18:54 -04:00
nixpkgs-ci[bot]
6dd046bf75 Merge master into staging-next 2025-10-03 18:05:39 +00:00
Philip Taron
885fd34de3 fetchFromGitHub: use fetchgit when the rootDir option is set (#446709) 2025-10-03 17:43:22 +00:00
Michael Daniels
42637c305f fetchFromGitHub: use fetchgit when the rootDir option is set
This argument was added to fetchgit in #427165,
and it's not supported by fetchzip.

Co-authored-by: Philip Taron <philip.taron@gmail.com>
2025-10-02 21:17:23 -04:00
K900
4999ae577c Merge remote-tracking branch 'origin/master' into staging-next 2025-09-30 21:47:55 +03:00
NAHO
854c5a5460 doc: remove optional builtins prefixes from prelude functions
Remove optional builtins prefixes from prelude functions by running:

    builtins=(
      abort
      baseNameOf
      break
      derivation
      derivationStrict
      dirOf
      false
      fetchGit
      fetchMercurial
      fetchTarball
      fetchTree
      fromTOML
      import
      isNull
      map
      null
      placeholder
      removeAttrs
      scopedImport
      throw
      toString
      true
    )

    fd --type file . doc --exec-batch sed --in-place --regexp-extended "
      s/\<builtins\.($(
        printf '%s\n' "${builtins[@]}" |
          paste --delimiter '|' --serial -
      ))\>/\1/g
    "

    nix fmt
2025-09-30 09:02:03 +02:00
nixpkgs-ci[bot]
8c2af3a8bf Merge master into staging-next 2025-09-23 09:00:10 +00:00
Arne Keller
d6199f835b doc/build-helpers: fix appimage example where postExtract is used (#402756) 2025-09-23 08:48:42 +02:00
nixpkgs-ci[bot]
b7962594cc Merge staging-next into staging 2025-09-10 06:32:10 +00:00
Ben Siraphob
1e82a2f358 doc: fix typos 2025-09-09 13:14:34 +07:00
Defelo
c2ec9234e8 fetchRadiclePatch: init 2025-08-30 17:26:06 +02:00
Ben Siraphob
cc5b731ed3 doc: fix typos 2025-08-27 11:46:26 -07:00
Robert Hensing
8d128a4138 testers.testEqualContents: add postFailureMessage parameter
Add an optional postFailureMessage parameter to testEqualContents that allows
users to provide additional context when tests fail. This is particularly useful
for providing instructions on how to update expected results when they change
intentionally.

The message is displayed after the standard failure output, helping maintainers
understand what to do next when a test fails.
2025-08-24 20:09:54 +02:00
Defelo
0f4642c796 fetchFromRadicle: init 2025-08-20 15:29:26 +02:00
Johannes Kirschbauer
324edb5654 nixpkgs-manual: doc/build-helpers: fix broken links to derivation's advanced attributes (#427734) 2025-08-18 15:08:24 +02:00
Alan Urmancheev
618155ad67 doc/build-helpers: fix broken links to derivation's advanced attributes 2025-08-17 01:12:24 +04:00
Philip Taron
754ee2fc40 fetchgit: Add rootDir argument (#427165) 2025-08-10 17:38:43 -07:00
Yuriy Taraday
34612851db fetchgit: Add rootDir argument
With this argument fetchgit will make a subdirectory of the Git
repository a root of the resulting store path. This is helpful for
dealing with monorepos where many projects are in separate directories
and don't need a new source hash every time the monorepo is updated.

Commit hash is removed from the name of the derivation to prevent it
from changing the store path when nothing in the subdirectory changes.
2025-08-08 16:20:05 +02:00
Philip Taron
0ca32f3372 tor: add tor.proxyHook (#426763) 2025-07-25 15:16:39 -07:00
Ryan Hendrickson
a3947d986f tor: add tor.proxyHook
tor.proxyHook is a setup hook intended for use with HTTP-based fetchers,
enabling them to download from .onion addresses using Tor as a proxy.
2025-07-24 13:25:04 -04:00
Wolfgang Walther
62fe016519 treewide: run treefmt with mdcr/nixfmt 2025-07-24 13:52:31 +02:00