aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/derivations.hh
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-07-17 19:55:41 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-07-17 19:55:41 +0000
commit6756cecfcf266801219b1e2da7e79f14695ccecf (patch)
tree2ffb9c53c5b92633232bf5f105572240199fc71a /src/libstore/derivations.hh
parentbbc633c98ca2c2f11303efafe4d58edd6d9b1018 (diff)
Add `DerivationType::CAFloating`
Diffstat (limited to 'src/libstore/derivations.hh')
-rw-r--r--src/libstore/derivations.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/derivations.hh b/src/libstore/derivations.hh
index 45217b3d5..b8e2494a3 100644
--- a/src/libstore/derivations.hh
+++ b/src/libstore/derivations.hh
@@ -61,6 +61,7 @@ typedef std::map<string, string> StringPairs;
enum struct DerivationType : uint8_t {
Regular,
CAFixed,
+ CAFloating,
};
/* Do the outputs of the derivation have paths calculated from their content,