From 46585bee1543123b2a64817eb7beace36af10436 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 14 Jun 2024 18:16:37 +0300 Subject: docs(tvix/TODO): drop builtins:fetchurl item This has been implemented in cl/11786, cl/11790 and cl/10975. This includes support for the `executable` and `unpack` variants of it. Change-Id: I5bcad5b8e86b9fd341219a59ba86660b692e66e8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11818 Tested-by: BuildkiteCI Autosubmit: flokli Reviewed-by: Ilan Joselevich Reviewed-by: Connor Brewster --- tvix/docs/src/TODO.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tvix/docs/src/TODO.md') diff --git a/tvix/docs/src/TODO.md b/tvix/docs/src/TODO.md index 195f2c6945c8..1f020e58c913 100644 --- a/tvix/docs/src/TODO.md +++ b/tvix/docs/src/TODO.md @@ -115,10 +115,6 @@ Some more fetcher-related builtins need work: - `fetchTree` (hairy, seems there's no proper spec and the URL syntax seems subject to change/underdocumented) -### Convert builtins:fetchurl to Fetches -We need to convert `builtins:fetchurl`-style calls to `builtins.derivation` to -fetches, not Derivations (tracked in `KnownPaths`). - ### Derivation -> Build While we have some support for `structuredAttrs` and `fetchClosure` (at least enough to calculate output hashes, aka produce identical ATerm), the code -- cgit 1.4.1