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 e8474ee commit 9026abaCopy full SHA for 9026aba
hnix-store-core/src/System/Nix/StorePath/Metadata.hs
@@ -36,8 +36,7 @@ data Metadata a = Metadata
36
{ -- | The path to the derivation file that built this path, if any
37
-- and known.
38
deriverPath :: !(Maybe a)
39
- , -- TODO should this be optional?
40
- -- | The hash of the nar serialization of the path.
+ , -- | The hash of the nar serialization of the path.
41
narHash :: !(DSum HashAlgo Digest)
42
, -- | The paths that this path directly references
43
references :: !(HashSet a)
0 commit comments