aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/experimental-features.hh
diff options
context:
space:
mode:
authorTom Bereknyei <tomberek@gmail.com>2022-05-20 08:20:00 -0400
committerTom Bereknyei <tomberek@gmail.com>2022-05-20 08:20:00 -0400
commit7a04fb1c56ca60652c2a44019b31fe8cf2e2bc46 (patch)
treeb16cd5856ca2ebec17fc5719ce7dfb9385e72741 /src/libutil/experimental-features.hh
parent0053dab43f9ca350c27235f8a58b5d550bfffd38 (diff)
repl: add repl-flake experimental feature for gating
Diffstat (limited to 'src/libutil/experimental-features.hh')
-rw-r--r--src/libutil/experimental-features.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/experimental-features.hh b/src/libutil/experimental-features.hh
index 57512830c..d09ab025c 100644
--- a/src/libutil/experimental-features.hh
+++ b/src/libutil/experimental-features.hh
@@ -22,6 +22,7 @@ enum struct ExperimentalFeature
RecursiveNix,
NoUrlLiterals,
FetchClosure,
+ ReplFlake,
};
/**