aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/rl-next
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/rl-next')
-rw-r--r--doc/manual/rl-next/download-protocols.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/manual/rl-next/download-protocols.md b/doc/manual/rl-next/download-protocols.md
new file mode 100644
index 000000000..bf1bf79a3
--- /dev/null
+++ b/doc/manual/rl-next/download-protocols.md
@@ -0,0 +1,10 @@
+---
+synopsis: "transfers no longer allow arbitrary url schemas"
+category: Breaking Changes
+cls: [2106]
+credits: horrors
+---
+
+Lix no longer allows transfers using arbitrary url schemas. Only `http://`, `https://`, `ftp://`, `ftps://`, and `file://` urls are supported going forward. This affects `builtins.fetchurl`, `<nix/fetchurl.nix>`, transfers to and from binary caches, and all other uses of the internal file transfer code. Flake inputs using multi-protocol schemas (e.g. `git+ssh`) are not affected as those use external utilities to transfer data.
+
+The `s3://` scheme is not affected at all by this change and continues to work if S3 support is built into Lix.