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 40fd591 + b4fca4f commit 430ccbcCopy full SHA for 430ccbc
mirror-nixos-branch.pl
@@ -108,6 +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;
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