nixpkgs/doc/build-helpers
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
..
images treewide: fix typos 2026-01-13 14:45:11 -05:00
special buildEnv: construct with structured attributes and pass chosenOutputs directly 2026-04-02 07:31:12 -07:00
dev-shell-tools.chapter.md treewide: fix typos 2026-01-13 14:45:11 -05:00
fetchers.chapter.md treewide: update radicle domains 2026-04-24 11:21:02 +02:00
fixed-point-arguments.chapter.md treewide: fix typos 2026-01-13 14:45:11 -05:00
images.md
special.md doc: buildenv.section.md: init 2026-03-19 13:17:19 -07:00
testers.chapter.md treewide: fix typos 2026-01-13 14:45:11 -05:00
trivial-build-helpers.chapter.md doc: move writeShellApplication param docs to manual 2026-02-20 15:24:14 +01:00