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.
1 parent 6d1cde5 commit ba891cfCopy full SHA for ba891cf
nix/internal/source-lib.nix
@@ -38,7 +38,7 @@ in rec {
38
else "dirty";
39
# XXX: inputs.self.revCount is not available in Cicero, let’s use a counter incrementing every hour:
40
buildCounter =
41
- if inputs.self ? shortRev
+ if inputs.self ? lastModified
42
then (inputs.self.lastModified - daedalusEpoch) / (60 * 60)
43
else 0;
44
0 commit comments