fixup
This commit is contained in:
parent
4d49c8c97e
commit
cd99e1dc68
|
@ -19,7 +19,7 @@ let
|
|||
{ outPath =
|
||||
fetchTarball
|
||||
({ url = "https://api.${info.host or "github.com"}/repos/${info.owner}/${info.repo}/tarball/${info.rev}"; }
|
||||
// (if info ? narHash then { narHash = inherit (info) narHash; } else {})
|
||||
// (if info ? narHash then { inherit (info) narHash; } else {})
|
||||
);
|
||||
rev = info.rev;
|
||||
shortRev = builtins.substring 0 7 info.rev;
|
||||
|
|
Loading…
Reference in a new issue