1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-21 11:30:30 -04:00
nix/corepkgs/fetchurl/fetchurl.fix

10 lines
190 B
Plaintext
Raw Normal View History

Function(["url", "hash"],
Package(
[ ("build", Relative("fetchurl/fetchurl.sh"))
, ("url", Var("url"))
, ("hash", Var("hash"))
, ("name", BaseName(Var("url")))
]
)
)