We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 430ccbc + ffa979e commit fb6fb2bCopy full SHA for fb6fb2b
mirror-nixos-branch.pl
@@ -108,7 +108,7 @@ sub fetch {
108
my $rev = $evalInfo->{jobsetevalinputs}->{nixpkgs}->{revision} or die;
109
110
# Get commit date of $rev as unixtime and formatted string
111
-run("git fetch origin $rev >&2") or die;
+run("git fetch origin $rev >&2");
112
my $revUnix = `git show --no-patch --format='%ct' $rev` or die;
113
my $revDate = strftime("%F %T %Z", localtime($revUnix));
114
0 commit comments