mirror of
https://github.com/NixOS/nix
synced 2025-06-24 13:51:16 +02:00
4 lines
85 B
Nix
4 lines
85 B
Nix
builtins.fetchurl {
|
|
url = "https://example.com/foo.tar.gz";
|
|
name = "~wobble~";
|
|
}
|