249988a787
value; this potentially dangerous feature enables better sharing for those paths for which the content is known in advance (e.g., because a content hash is given). * Fast builds: if we can expand all output paths of a derive expression, we don't have to build.
10 lines
212 B
Text
10 lines
212 B
Text
Function(["url", "md5"],
|
|
Package(
|
|
[ ("build", Relative("fetchurl/fetchurl.sh"))
|
|
, ("url", Var("url"))
|
|
, ("md5", Var("md5"))
|
|
, ("name", BaseName(Var("url")))
|
|
, ("id", Var("md5"))
|
|
]
|
|
)
|
|
)
|