lix/src/nix-store
John Ericson 450dcf2c1b Remove HashType::Unknown
Instead, `Hash` uses `std::optional<HashType>`. In the future, we may
also make `Hash` itself require a known hash type, encoraging people to
use `std::optional<Hash>` instead.
2020-06-02 15:52:13 +00:00
..
dotgraph.cc nix-store -q --graph: Fix edges 2020-03-10 11:11:46 +01:00
dotgraph.hh Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
graphml.cc Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
graphml.hh Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
nix-store.cc Remove HashType::Unknown 2020-06-02 15:52:13 +00:00