Skip to content

Commit 9026aba

Browse files
committed
core: Drop narHash optional TODO
1 parent e8474ee commit 9026aba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hnix-store-core/src/System/Nix/StorePath/Metadata.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ data Metadata a = Metadata
3636
{ -- | The path to the derivation file that built this path, if any
3737
-- and known.
3838
deriverPath :: !(Maybe a)
39-
, -- TODO should this be optional?
40-
-- | The hash of the nar serialization of the path.
39+
, -- | The hash of the nar serialization of the path.
4140
narHash :: !(DSum HashAlgo Digest)
4241
, -- | The paths that this path directly references
4342
references :: !(HashSet a)

0 commit comments

Comments
 (0)