query
On this page

fetchurl

builtins.fetchurl

Primop
Docs pulled from | This Revision | 21 minutes ago

Takes 1 arguments

url


Download the specified URL and return the path of the downloaded file.

Not available in restricted evaluation mode.

This function is not defined in a .nix file. It is likely a builtins function or an alias of a builtins function. builtins functions are predefined functions provided by Nix.

Noogle detected

Detected Type
fetchurl :: String -> AttrSet

Implementation

This function is implemented in c++ and is part of the native nix runtime.