diff --git a/mirror-nixos-branch.pl b/mirror-nixos-branch.pl index f0b4517..430ab91 100755 --- a/mirror-nixos-branch.pl +++ b/mirror-nixos-branch.pl @@ -108,7 +108,7 @@ sub fetch { my $rev = $evalInfo->{jobsetevalinputs}->{nixpkgs}->{revision} or die; # Get commit date of $rev as unixtime and formatted string -run("git fetch origin $rev >&2") or die; +run("git fetch origin $rev >&2"); my $revUnix = `git show --no-patch --format='%ct' $rev` or die; my $revDate = strftime("%F %T %Z", localtime($revUnix));