diff --git a/hnix-store-core/src/System/Nix/StorePath/Metadata.hs b/hnix-store-core/src/System/Nix/StorePath/Metadata.hs index c974aed..f5f19b4 100644 --- a/hnix-store-core/src/System/Nix/StorePath/Metadata.hs +++ b/hnix-store-core/src/System/Nix/StorePath/Metadata.hs @@ -33,9 +33,7 @@ data StorePathTrust -- | Metadata (typically about a 'StorePath') -- This type corresponds to Nix-es `ValidPathInfo` data Metadata a = Metadata - { -- | The path this metadata is about - path :: !a - , -- | The path to the derivation file that built this path, if any + { -- | The path to the derivation file that built this path, if any -- and known. deriverPath :: !(Maybe a) , -- TODO should this be optional?