haskell-nix/hnix-store

`NamedAlgo` typeclass seems redundant

Closed this issue · 0 comments

sorki commented

7186850 added HashAlgo GADT and ce0b360 added DSum HashAlgo Digest which seems to make NamedAlgo obsolete/redundant.

It is used only at couple of places makeStorePath and makeFixedOutputPath in -readonlys System.Nix.Store.ReadOnly and addToStore in -remote.

Consider replacing.