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 a187937 commit 82fc297Copy full SHA for 82fc297
hnix-store-core/src/System/Nix/StorePath/Metadata.hs
@@ -33,9 +33,7 @@ data StorePathTrust
33
-- | Metadata (typically about a 'StorePath')
34
-- This type corresponds to Nix-es `ValidPathInfo`
35
data Metadata a = Metadata
36
- { -- | The path this metadata is about
37
- path :: !a
38
- , -- | The path to the derivation file that built this path, if any
+ { -- | The path to the derivation file that built this path, if any
39
-- and known.
40
deriverPath :: !(Maybe a)
41
, -- TODO should this be optional?
0 commit comments