fetchurl: passthru url

This commit is contained in:
Sandro Jäckel 2022-04-17 04:25:24 +02:00
parent 47586fec7e
commit a67950f20b
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -160,5 +160,5 @@ stdenvNoCC.mkDerivation {
''; '';
inherit meta; inherit meta;
inherit passthru; passthru = { inherit url; } // passthru;
} }