From d991548ea2fcd44efae089efbd51c97edea2a89b Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sun, 18 Feb 2024 16:57:46 +0700 Subject: fix(tvix/docs): update builder magic string It's `builtin:fetchurl`, not `builtins:fetchurl`. Change-Id: I2e90fce5feecc75257a5156aee12e0737a525175 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10961 Autosubmit: flokli Tested-by: BuildkiteCI Reviewed-by: aspen --- tvix/docs/differences-drv-paths.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tvix/docs/differences-drv-paths.md b/tvix/docs/differences-drv-paths.md index 7c811d5cbf..e93131aa57 100644 --- a/tvix/docs/differences-drv-paths.md +++ b/tvix/docs/differences-drv-paths.md @@ -21,7 +21,7 @@ hash. For example, bootstrap sources that are downloaded early are fetched using a special "builder hack", in which the `builder` field of the derivation is -populated with the magic string `builtins:fetchurl` and the builder itself will +populated with the magic string `builtin:fetchurl` and the builder itself will perform a fetch, with everything looking like a normal derivation to the user. These bootstrap sources are later on defined *again*, once `curl`is available, -- cgit 1.4.1