diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-08-05 14:45:56 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-08-05 14:45:56 +0000 |
commit | e561a13a5863f25c81e8abc9d235a12925fd454e (patch) | |
tree | 4d3da31fcf1cb918efdd4ad582c05d7963618ef5 /src/libstore/derivations.hh | |
parent | e7b0847f2d9674bc18532c86b2daf421347513e4 (diff) |
Reanme `DerivationType::Regular` defintion too
This is the one non-prefixed occurence
Diffstat (limited to 'src/libstore/derivations.hh')
-rw-r--r-- | src/libstore/derivations.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/derivations.hh b/src/libstore/derivations.hh index 5a410a164..14e0e947a 100644 --- a/src/libstore/derivations.hh +++ b/src/libstore/derivations.hh @@ -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, }; |