File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hnix-store-core/src/System/Nix Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ import System.Nix.StorePath.Metadata (Metadata(..))
2323import qualified Data.HashSet as HashSet
2424import qualified Data.Text as Text
2525
26- -- ^ Produce the message signed by a NAR signature
26+ -- | Produce the message signed by a NAR signature
2727metadataFingerprint :: StoreDir -> StorePath -> Metadata StorePath -> Text
2828metadataFingerprint storeDir storePath Metadata {.. } = let
2929 narSize = fromMaybe 0 narBytes
3030 in fingerprint storeDir storePath narHash narSize (HashSet. toList references)
3131
32- -- ^ Produce the message signed by a NAR signature
32+ -- | Produce the message signed by a NAR signature
3333fingerprint :: StoreDir
3434 -> StorePath
3535 -> DSum HashAlgo Digest -- ^ NAR hash
You can’t perform that action at this time.
0 commit comments