1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-08 02:38:11 +09:00
nixpkgs/doc/release-notes
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
..
release-notes.md 25.11 is Xantusia 2025-05-16 19:21:55 +02:00
rl-2505.section.md docs/release-notes: document go_latest, buildGoLatestModule, Go upgrade policy (#395462) 2025-06-02 14:10:55 +02:00
rl-2511.section.md fetchurl: Add hook for rewriting/filtering URLs 2025-06-04 10:29:08 +00:00