Reanme DerivationType::Regular defintion too

This is the one non-prefixed occurence
This commit is contained in:
John Ericson 2020-08-05 14:45:56 +00:00
parent e7b0847f2d
commit e561a13a58

View file

@ -65,7 +65,7 @@ typedef std::map<StorePath, StringSet> DerivationInputs;
typedef std::map<string, string> StringPairs;
enum struct DerivationType : uint8_t {
Regular,
InputAddressed,
CAFixed,
CAFloating,
};