Closed charles-dyfis-net closed 2 days ago
Using Nix 2.8.1, a flake from git has the attributes rev, shortRev, revCount, lastModified and lastModifiedDate all under flake.sourceInfo.
rev
shortRev
revCount
lastModified
lastModifiedDate
flake.sourceInfo
However, with flake-compat, flake.sourceInfo has rev, shortRev, lastModified and lastModifiedDate, but not revCount directly under flake.sourceInfo.
revCount is available under flake.sourceInfo.outPath in this scenario.
flake.sourceInfo.outPath
Using Nix 2.8.1, a flake from git has the attributes
rev
,shortRev
,revCount
,lastModified
andlastModifiedDate
all underflake.sourceInfo
.However, with flake-compat,
flake.sourceInfo
hasrev
,shortRev
,lastModified
andlastModifiedDate
, but notrevCount
directly underflake.sourceInfo
.revCount
is available underflake.sourceInfo.outPath
in this scenario.