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 f70460f commit 1413c15Copy full SHA for 1413c15
hnix-store-core/src/System/Nix/Internal/StorePath.hs
@@ -132,6 +132,7 @@ data ContentAddressableAddress
132
-- addToStore. It is addressed according to some hash algorithm
133
-- applied to the nar serialization via some 'NarHashMode'.
134
Fixed !NarHashMode !SomeNamedDigest
135
+ deriving (Eq, Generic, Ord, Show)
136
137
-- | Schemes for hashing a Nix archive.
138
--
0 commit comments