nix-super/src/libstore/builtins
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
..
buildenv.cc Misc changes from the flakes branch 2020-03-24 14:34:47 +01:00
buildenv.hh buildenv: Eliminate global variables, other cleanup 2020-03-24 14:06:47 +01:00
fetchurl.cc Remove HashType::Unknown 2020-06-02 15:52:13 +00:00
unpack-channel.cc Drop remaining uses of external "tar" 2019-11-26 22:07:28 +01:00