1 2 3 4 5 6 7 8
{system, url, md5}: derivation { name = baseNameOf (toString url); builder = ./builder.sh; id = md5; inherit system url md5; }