Nix 2.29.0
Nix, the purely functional package manager; unstable internal interfaces
|
R""(
Download a file to the Nix store:
Download a file and get the SHA-512 hash:
This command downloads the file url to the Nix store. It prints out the resulting store path and the cryptographic hash of the contents of the file.
The name component of the store path defaults to the last component of url, but this can be overridden using --name.
)""